provider log start interface to ui showing and fix bug of feedbugmanager to stop logcatch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user