[线程优化]升级版本

This commit is contained in:
renwj
2022-08-25 15:47:00 +08:00
parent cb054276b5
commit 71b793db4c
2 changed files with 3 additions and 3 deletions

View File

@@ -34,10 +34,10 @@ if (!isAndroidTestBuild()) {
enable true
enableInDebug true
logLevel "DEBUG"
threadNameMaxLength 1000
//白名单中的类不进行替换
white_list = [
'leakcanary.*',
'com.loc.*'
'leakcanary.*'
]
}
}

View File

@@ -32,7 +32,7 @@ buildscript {
classpath "com.bytedance.android.byteX:base-plugin:0.3.0"
classpath "com.mogo.cloud:hook:${HOOK_LOG_VERSION}"
classpath 'com.volcengine:apm_insight_plugin:1.4.1'
classpath 'com.mogo.thread.opt:plg:2.0.1'
classpath 'com.mogo.thread.opt:plg:2.0.3'
classpath 'com.mogo.cloud:systrace:1.0.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'