[6.2.0][技术优化] 更改卡顿阈值

This commit is contained in:
renwj
2023-11-28 17:20:39 +08:00
parent 144fa65fb1
commit 2f73803631
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ ext {
passport_secret : "com.zhidaoauto:sdk-java:1.0.5-SNAPSHOT",
// 主线程卡顿监测
block_detector : "com.mogo.eagle.core.block:runtime:10.90.10",
block_detector : "com.mogo.eagle.core.block:runtime:10.90.20",
//======================== google auto-service ===============
google_auto_service : "com.google.auto.service:auto-service:1.0-rc7",

View File

@@ -28,7 +28,7 @@ internal class MoGoBlockProviderImpl: IMoGoBlockProvider, IBlockListener {
.multiplier(2.0f)
.isDebug(false)
.period(5, SECONDS)
.junkRateThreshold(0.2f)
.junkRateThreshold(0.6f)
.recorder(null, 500, 500)
.build())
hasInit = true