[6.4.0] open gradle config

This commit is contained in:
EmArrow
2024-04-19 15:52:14 +08:00
parent 323b945df6
commit 5bf7f83040
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apply plugin: 'LancetX'
LancetX {
enable false
enable true
enableInDebug true
blackList = [
"com.mogo.launcher.lancet.jank",

View File

@@ -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"
}