[6.2.0][技术优化] 更改Handler消息记录方式,对编译生成的类方法集合进行过滤

This commit is contained in:
renwj
2023-11-20 15:35:36 +08:00
parent c8efde952b
commit 59ac4d030b
20 changed files with 824 additions and 1067 deletions

View File

@@ -17,5 +17,6 @@ if (!isAndroidTest) {
apply from: rootProject.file('gradle/bytex/bytex_apm.gradle')
apply from: rootProject.file('gradle/bytex/bytex_systrace.gradle')
apply from: rootProject.file('gradle/bytex/bytex_matrix.gradle')
apply from: rootProject.file('gradle/bytex/bytex_handler_proxy.gradle')
// apply from: rootProject.file('gradle/bytex/bytex_btrace.gradle')
}

View File

@@ -0,0 +1,6 @@
apply plugin: 'bytex.handler_proxy'
handler_proxy {
enable true
enableInDebug true
}

View File

@@ -2,8 +2,13 @@ apply plugin: 'LancetX'
LancetX {
enable true
enableInDebug true
blackList = [
"com.mogo.launcher.lancet.jank",
"com.mogo.thread.opt.core",
"com.zhjt.mogo_core_function_devatools.perf"
]
synchronizedLock {
enabled false
enabled true
blackList = [
"okio.AsyncTimeout\$Watchdog"
]
@@ -23,7 +28,7 @@ LancetX {
enable true
}
main_block_check {
enable false
enable true
}
}
}