[6.4.0] open gradle config
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apply plugin: 'LancetX'
|
apply plugin: 'LancetX'
|
||||||
LancetX {
|
LancetX {
|
||||||
enable false
|
enable true
|
||||||
enableInDebug true
|
enableInDebug true
|
||||||
blackList = [
|
blackList = [
|
||||||
"com.mogo.launcher.lancet.jank",
|
"com.mogo.launcher.lancet.jank",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ if (!rootProject.isReleaseBuild()) {
|
|||||||
apply plugin: 'bytex.matrix'
|
apply plugin: 'bytex.matrix'
|
||||||
matrix {
|
matrix {
|
||||||
trace {
|
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"
|
baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt"
|
||||||
blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt"
|
blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user