[3.3.0][ByteX] 升级LancetX插件版本,使用单独的pipeline, 以免受其它插件影响

This commit is contained in:
renwj
2023-06-21 10:44:07 +08:00
parent 64518d2f14
commit 2645a27a3c
2 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
if (!rootProject.isReleaseBuild()) {
// apply plugin: 'bytex.matrix'
// matrix {
// trace {
// enable = true //if you don't want to use trace canary, set false
// baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt"
// blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt"
// }
// logLevel = "D"
// }
apply plugin: 'bytex.matrix'
matrix {
trace {
enable = true //if you don't want to use trace canary, set false
baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt"
blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt"
}
logLevel = "D"
}
}

View File

@@ -4,5 +4,5 @@ ext {
plugin_version = '10.0.0_mogo'
hook_log_plugin_version = '1.7.2'
service_chain_version = '5.2.10'
lancetx_plugin_version = '10.0.3_mogo'
lancetx_plugin_version = '10.0.4_mogo'
}