remove location api where calling and add old module tag on hmi
This commit is contained in:
@@ -44,7 +44,7 @@ class Scene {
|
||||
val routeMap = SceneLogCache(mutableMapOf(), true)
|
||||
sceneCache[M_OLD_ROUTE] = routeMap
|
||||
//初始化其他模块,方便定位索引
|
||||
val otherMap = SceneLogCache(mutableMapOf(), true)
|
||||
val otherMap = SceneLogCache(mutableMapOf(), false)
|
||||
sceneCache[M_OTHER] = otherMap
|
||||
//初始化TAXI
|
||||
val taxiMap = SceneLogCache(mutableMapOf(), false)
|
||||
|
||||
Reference in New Issue
Block a user