[8.0.0][Opt]优化决策、预测地图渲染

This commit is contained in:
chenfufeng
2025-05-21 19:03:28 +08:00
parent 74dffcb288
commit 57a62699be
13 changed files with 556 additions and 226 deletions

View File

@@ -43,7 +43,7 @@ class MogoMap private constructor() {
*/
fun getMogoMap(instance: String = DEFAULT): IMogoMap? {
return if (mapCache[instance] == null) {
CallerLogger.e("$M_MAP$TAG", "getMogoMap func has error with no instance in mapCache")
CallerLogger.e("$M_MAP$TAG", "getMogoMap func has error with no ${instance} in mapCache")
mapCache[DEFAULT]
} else {
mapCache[instance]