From 9606e5689d233c32987e20af2780ab18499ed5f2 Mon Sep 17 00:00:00 2001 From: renwj Date: Fri, 19 Apr 2024 16:26:39 +0800 Subject: [PATCH] =?UTF-8?q?[6.4.0][code]=20=E4=BB=A3=E7=A0=81revert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/bytex/bytex.gradle | 22 +++++++++++----------- gradle/bytex/bytex_handler_proxy.gradle | 2 +- gradle/bytex/bytex_thread_opt.gradle | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gradle/bytex/bytex.gradle b/gradle/bytex/bytex.gradle index d1ef6270b8..daa366db18 100644 --- a/gradle/bytex/bytex.gradle +++ b/gradle/bytex/bytex.gradle @@ -4,19 +4,19 @@ if (!isAndroidTest) { apply plugin: 'bytex' ByteX { - enable false + enable true enableInDebug true } -// apply from: rootProject.file('gradle/bytex/bytex_config.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_router.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_log_chain.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_sticky_service.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_thread_opt.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_lancetx.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_apm.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_systrace.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_matrix.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_handler_proxy.gradle') + apply from: rootProject.file('gradle/bytex/bytex_config.gradle') + apply from: rootProject.file('gradle/bytex/bytex_router.gradle') + apply from: rootProject.file('gradle/bytex/bytex_log_chain.gradle') + apply from: rootProject.file('gradle/bytex/bytex_sticky_service.gradle') + apply from: rootProject.file('gradle/bytex/bytex_thread_opt.gradle') + apply from: rootProject.file('gradle/bytex/bytex_lancetx.gradle') + apply from: rootProject.file('gradle/bytex/bytex_apm.gradle') + apply from: rootProject.file('gradle/bytex/bytex_systrace.gradle') + apply from: rootProject.file('gradle/bytex/bytex_matrix.gradle') + apply from: rootProject.file('gradle/bytex/bytex_handler_proxy.gradle') // apply from: rootProject.file('gradle/bytex/bytex_btrace.gradle') } diff --git a/gradle/bytex/bytex_handler_proxy.gradle b/gradle/bytex/bytex_handler_proxy.gradle index e55b245397..177d83e582 100644 --- a/gradle/bytex/bytex_handler_proxy.gradle +++ b/gradle/bytex/bytex_handler_proxy.gradle @@ -1,6 +1,6 @@ apply plugin: 'bytex.handler_proxy' handler_proxy { - enable rootProject.isJunkDetectEnable() + enable false enableInDebug rootProject.isJunkDetectEnable() } diff --git a/gradle/bytex/bytex_thread_opt.gradle b/gradle/bytex/bytex_thread_opt.gradle index 200115b131..54e13f1319 100644 --- a/gradle/bytex/bytex_thread_opt.gradle +++ b/gradle/bytex/bytex_thread_opt.gradle @@ -1,6 +1,6 @@ apply plugin: 'bytex.threadOpt' thread_opt { - enable false + enable true enableInDebug true logLevel "DEBUG" trace_enable !rootProject.isReleaseBuild()