[6.2.0][技术优化] 更改Handler消息记录方式,对编译生成的类方法集合进行过滤
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
6
gradle/bytex/bytex_handler_proxy.gradle
Normal file
6
gradle/bytex/bytex_handler_proxy.gradle
Normal file
@@ -0,0 +1,6 @@
|
||||
apply plugin: 'bytex.handler_proxy'
|
||||
handler_proxy {
|
||||
enable true
|
||||
enableInDebug true
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user