[6.4.0] open gradle config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apply plugin: 'LancetX'
|
||||
LancetX {
|
||||
enable false
|
||||
enable true
|
||||
enableInDebug true
|
||||
blackList = [
|
||||
"com.mogo.launcher.lancet.jank",
|
||||
|
||||
@@ -2,7 +2,7 @@ if (!rootProject.isReleaseBuild()) {
|
||||
apply plugin: 'bytex.matrix'
|
||||
matrix {
|
||||
trace {
|
||||
enable = false //if you don't want to use trace canary, set false
|
||||
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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user