调试窗

增加ADAS日志输出状态初始化状态
This commit is contained in:
xuxinchao
2022-04-18 18:19:35 +08:00
parent 82e0aaa924
commit 00ef4cca6d
4 changed files with 27 additions and 0 deletions

View File

@@ -599,6 +599,9 @@ class DebugSettingView @JvmOverloads constructor(
tbChangeCurrentCarIcon.isChecked = true
}
//初始化ADAS日志开关状态
tbADASLog.isChecked = CallerAutoPilotManager.isEnableLog()
}
/**