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