diff --git a/app/build.gradle b/app/build.gradle index 07fa84c995..cad8ee6133 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,17 +5,26 @@ apply plugin: 'kotlin-android-extensions' apply plugin: 'android-aspectjx' apply plugin: 'bugly' //apply ByteX宿主 -apply plugin: 'bytex' -ByteX { - enable true - enableInDebug true - logLevel "DEBUG" -} - -apply plugin: 'chain.log.hook' -hooklog{ - enableLoggerToServer true -} +//apply plugin: 'bytex' +//ByteX { +// enable true +// enableInDebug true +// logLevel "DEBUG" +//} +// +//apply plugin: 'chain.log.hook' +//hooklog{ +// enableLoggerToServer true +// whiteList = [ +// "android*", +// "kotlin*", +// "java*", +// "*/R\$+", +// "*com/android/tools/*", +// "android/support/design/*", +// "android.support.design/" +// ] +//} bugly { appId = 'ac71228f85' // 注册时分配的App ID appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key diff --git a/gradle.properties b/gradle.properties index 8c1f522b60..cd2c8148fb 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.4.67 +HOOK_LOG_VERSION=1.4.71 SERVICE_CHAIN_VERSION=1.0.23 ################ 外部依赖引用 ################ # loglib