From 2645a27a3ccb540a15b9343539afffbf6294693e Mon Sep 17 00:00:00 2001 From: renwj Date: Wed, 21 Jun 2023 10:44:07 +0800 Subject: [PATCH] =?UTF-8?q?[3.3.0][ByteX]=20=E5=8D=87=E7=BA=A7LancetX?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=8D=95=E7=8B=AC=E7=9A=84pipeline,=20=E4=BB=A5=E5=85=8D?= =?UTF-8?q?=E5=8F=97=E5=85=B6=E5=AE=83=E6=8F=92=E4=BB=B6=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/bytex/bytex_matrix.gradle | 18 +++++++++--------- gradle/ext.gradle | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/bytex/bytex_matrix.gradle b/gradle/bytex/bytex_matrix.gradle index a84668a0d7..05e07ead89 100644 --- a/gradle/bytex/bytex_matrix.gradle +++ b/gradle/bytex/bytex_matrix.gradle @@ -1,11 +1,11 @@ if (!rootProject.isReleaseBuild()) { -// 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" -// } + 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" + } } diff --git a/gradle/ext.gradle b/gradle/ext.gradle index 8168dcea82..8f5714fe9b 100644 --- a/gradle/ext.gradle +++ b/gradle/ext.gradle @@ -4,5 +4,5 @@ ext { plugin_version = '10.0.0_mogo' hook_log_plugin_version = '1.7.2' service_chain_version = '5.2.10' - lancetx_plugin_version = '10.0.3_mogo' + lancetx_plugin_version = '10.0.4_mogo' } \ No newline at end of file