[6.5.0] fix bug of road count and add trace

This commit is contained in:
EmArrow
2024-07-22 13:56:44 +08:00
parent 81185b9ee9
commit 21457b52df
2 changed files with 10 additions and 5 deletions

View File

@@ -21,7 +21,8 @@ class RoadLineEventManager : IMoGoMapRoadListener, IMoGoAutopilotStatusListener
}
}
private var record = false
@Volatile
private var record = false
fun init() {
CallerMapRoadListenerManager.addListener(TAG, this)