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