[6.3.0][卡顿检测] 优化卡顿检测相关代码
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user