add logcatch debug view

This commit is contained in:
zhongchao
2022-01-07 20:37:26 +08:00
parent 202f7bf3c3
commit 5105e66388
44 changed files with 2594 additions and 5 deletions

View File

@@ -63,4 +63,11 @@ object CallerDevaToolsListenerManager {
}
}
fun invokeDevaToolsLogCatchLines(lineLog: String) {
M_DEVA_TOOLS_LISTENER.forEach {
val listener = it.value
listener.onLogCatch(lineLog)
}
}
}