Merge remote-tracking branch 'origin/dev_robotaxi-d-app-module_265_220329_2.6.5' into dev_robotaxi-d-app-module_265_220329_2.6.5

This commit is contained in:
donghongyu
2022-04-06 19:32:25 +08:00
7 changed files with 30 additions and 8 deletions

View File

@@ -1006,6 +1006,7 @@ class DebugSettingView @JvmOverloads constructor(
}
}
cbTraceLog.isChecked = CallerDevaToolsManager.getTraceLogStatus()
//链路Log输出日志
cbTraceLog.setOnCheckedChangeListener { _, isChecked ->
CallerDevaToolsManager.setTraceLogEnable(isChecked)