[线程优化]升级版本

This commit is contained in:
renwj
2022-08-25 18:27:56 +08:00
parent b027ac2e98
commit 22cb76c001
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,8 @@ if (!isAndroidTestBuild()) {
threadNameMaxLength 1000
//白名单中的类不进行替换
white_list = [
'leakcanary.*'
'leakcanary.*',
'com.loc.*'
]
}
}

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.3'
classpath 'com.mogo.thread.opt:plg:2.0.4'
classpath 'com.mogo.cloud:systrace:1.0.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'