Merge remote-tracking branch 'origin/dev_robotaxi-d_230612_3.3.0' into dev_robotaxi-d_230612_3.3.0

This commit is contained in:
yangyakun
2023-06-21 11:18:58 +08:00
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'
}