From 43b86c625726e32a2545049d9da691fd5c63ee21 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 24 Mar 2022 18:40:06 +0800 Subject: [PATCH] test bug --- app/build.gradle | 12 ++++++------ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 050d2d0e2c..441eafb4a9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,12 +15,12 @@ if (!isAndroidTestBuild()) { logLevel "DEBUG" } } -//if (!isAndroidTestBuild()) { -// apply plugin: 'chain.log.hook' -// hooklog{ -// enableLoggerToServer true -// } -//} +if (!isAndroidTestBuild()) { + apply plugin: 'chain.log.hook' + hooklog{ + enableLoggerToServer true + } +} //if (!isAndroidTestBuild()) { // apply plugin: 'apm-plugin' diff --git a/gradle.properties b/gradle.properties index 3161f3c3bc..6747571c6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,7 +56,7 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true bytex.verifyProguardConfigurationChanged=false bytex.ASM_API=ASM7 -HOOK_LOG_VERSION=1.5.17 +HOOK_LOG_VERSION=1.5.22 SERVICE_CHAIN_VERSION=1.0.53 ################ 外部依赖引用 ################ # loglib