[3.4.0] close the map log

This commit is contained in:
zhongchao
2023-08-08 14:30:19 +08:00
parent 79497fa01e
commit 755cbb9834

View File

@@ -132,7 +132,7 @@ object ConfigStartUp {
}
val mapParams = MapParams.init()
mapParams.setDebugMode(DebugConfig.isDebug()) // 1-使用本地地图数据0-使用在线地图数据
mapParams.setDebugMode(false) // 1-使用本地地图数据0-使用在线地图数据
//.setDataFileSource(1)
.setIsRecordLogs(false)
.setIsWeatherEnable(false)