[6.3.0][卡顿检测] 优化卡顿检测相关代码

This commit is contained in:
renwj
2024-02-28 19:36:44 +08:00
parent b89f7cae1a
commit 7f11112d7f
10 changed files with 270 additions and 129 deletions

View File

@@ -207,11 +207,11 @@ ext {
//========================= LancetX ===================
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:10.50.0",
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:${lancetx_version}",
lancetx_compiler : "com.mogo.eagle.core.lancetx:compiler:1.0.10",
lancetx_compiler : "com.mogo.eagle.core.lancetx:compiler:${lancetx_version}",
lancetx_compiler_lib : "com.mogo.eagle.core.lancetx:runtime:1.0.5",
lancetx_compiler_lib : "com.mogo.eagle.core.lancetx:runtime:${lancetx_version}",
//========================= autosize ======================
androidautoSize : 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1',
@@ -231,13 +231,13 @@ ext {
passport_secret : "com.zhidaoauto:sdk-java:1.0.6-SNAPSHOT",
// 主线程卡顿监测
block_detector : "com.mogo.eagle.core.block:runtime:10.90.60",
block_detector : "com.mogo.eagle.core.block:runtime:20.0.0",
//======================== google auto-service ===============
google_auto_service : "com.google.auto.service:auto-service:1.0-rc7",
//======================== handler-proxy-runtime ==============
handler_proxy_runtime : "com.mogo.eagle.core.handler.proxy:runtime:1.0.0"
handler_proxy_runtime : "com.mogo.eagle.core.handler.proxy:runtime:10.0.0"
]
android = [
fLauncherApplicationId : "com.mogo.launcher.f",