provider log start interface to ui showing and fix bug of feedbugmanager to stop logcatch

This commit is contained in:
zhongchao
2022-03-29 14:47:45 +08:00
parent 9cee7a84e7
commit 0d0fa50beb
8 changed files with 47 additions and 19 deletions

View File

@@ -965,6 +965,11 @@ class DebugSettingView @JvmOverloads constructor(
}
CallerDevaToolsListenerManager.registerDevaToolsLogCatchListener(TAG,
object : IMoGoDevaToolsListener {
override fun onLogCatchStart() {
super.onLogCatchStart()
tbLogCatch.isChecked = true
}
override fun onLogCatchClose() {
super.onLogCatchClose()
tbLogCatch.isChecked = false