merge
This commit is contained in:
@@ -1006,7 +1006,10 @@ class DebugSettingView @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//链路Log输出日志
|
||||
cbTraceLog.setOnCheckedChangeListener { _, isChecked ->
|
||||
CallerDevaToolsManager.setTraceLogEnable(isChecked)
|
||||
}
|
||||
//ADAS日志标签
|
||||
cbAdasLog.setOnCheckedChangeListener { _, isChecked ->
|
||||
val adasModule = SceneModule(isChecked, SceneConstant.M_ADAS_IMPL)
|
||||
|
||||
@@ -1427,6 +1427,14 @@
|
||||
app:justifyContent="flex_start"
|
||||
tools:visibility="visible">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cbTraceLog"
|
||||
style="@style/DebugSettingText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="链路日志" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cbAdasLog"
|
||||
style="@style/DebugSettingText"
|
||||
|
||||
Reference in New Issue
Block a user