[Taxi无人化] refactor: 620 更新DebugView warn日志打印颜色;

This commit is contained in:
aibingbing
2023-11-20 16:01:35 +08:00
parent acef513226
commit c8efde952b

View File

@@ -67,7 +67,7 @@ public class DebugView @JvmOverloads constructor(
}
fun printWarnMsg(msg: String) {
printMsg("Warn $msg", MainMoGoApplication.getApp().getColor(R.color.background_warn))
printMsg("Warn $msg", MainMoGoApplication.getApp().getColor(R.color.background_debug))
trackEvent("Warn", msg)
}