[合并] 解决冲突

This commit is contained in:
renwj
2023-05-16 10:56:59 +08:00
parent 227ce3c3ad
commit ac11364624

View File

@@ -1,13 +1,10 @@
if (!rootProject.isReleaseBuild()) {
apply plugin: 'bytex.matrix'
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"
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"
}