From ac11364624ea288f495d9f93f4464b079606dc8a Mon Sep 17 00:00:00 2001 From: renwj Date: Tue, 16 May 2023 10:56:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=B9=B6]=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/bytex/bytex_matrix.gradle | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/gradle/bytex/bytex_matrix.gradle b/gradle/bytex/bytex_matrix.gradle index 3ed5443090..b8bcfef58a 100644 --- a/gradle/bytex/bytex_matrix.gradle +++ b/gradle/bytex/bytex_matrix.gradle @@ -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" +} \ No newline at end of file