[Taxi无人化] refactor: 620 更新DebugView warn日志打印颜色;
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user