[线程优化]版本升级

This commit is contained in:
renwj
2022-09-05 15:02:19 +08:00
parent d289fb9789
commit 1a7dccdf19
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ if (!isAndroidTestBuild()) {
enable true
enableInDebug true
logLevel "DEBUG"
threadNameMaxLength 1000
//白名单中的类不进行替换
white_list = [
'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.1.3'
classpath 'com.mogo.thread.opt:plg:2.1.5'
classpath 'com.mogo.cloud:systrace:1.0.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'