[2.15.0] fix bug of log and roma host , and obu from telematics source

This commit is contained in:
zhongchao
2023-04-12 18:27:13 +08:00
parent 2aeb897959
commit 7d876fbfd8
4 changed files with 11 additions and 11 deletions

View File

@@ -2071,11 +2071,11 @@ internal class DebugSettingView @JvmOverloads constructor(
}
override fun onLogCatch(lineLog: String) {
logInfoView?.let {
if (logViewAttach) {
it.onLogCatch(lineLog)
}
}
// logInfoView?.let {
// if (logViewAttach) {
// it.onLogCatch(lineLog)
// }
// }
}
private fun restartApp() {

View File

@@ -2016,6 +2016,7 @@
android:layout_margin="2dp"
android:padding="@dimen/dp_20"
android:gravity="center"
android:visibility="gone"
android:textOff="展示日志过滤面板"
android:textOn="关闭日志过滤面板"
android:textSize="@dimen/dp_24" />