[2.13.0-arch-opt] open other log

This commit is contained in:
zhongchao
2023-02-23 18:46:13 +08:00
parent 905ff1ba0c
commit 1a58d7ca90
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class Scene {
val routeMap = SceneLogCache(mutableMapOf(), true)
sceneCache[M_OLD_ROUTE] = routeMap
//初始化其他模块,方便定位索引
val otherMap = SceneLogCache(mutableMapOf(), false)
val otherMap = SceneLogCache(mutableMapOf(), true)
sceneCache[M_OTHER] = otherMap
//初始化TAXI
val taxiMap = SceneLogCache(mutableMapOf(), true)