[6.3.0][日志] 过滤指定Tag;并对特定Tag做check(如:ANR LOG)

This commit is contained in:
renwj
2024-03-06 17:17:28 +08:00
parent 4b7fbbc42a
commit 1e23082c28
6 changed files with 72 additions and 34 deletions

View File

@@ -25,4 +25,6 @@ interface IMoGoBlockProvider {
fun stop()
fun recorder(): IMessageRecorder
fun dump(extra: Map<String, List<String>>? = null)
}