change the trace and logger to different way

This commit is contained in:
zhongchao
2022-03-28 00:01:02 +08:00
parent 18c720152a
commit bc441675c2
2 changed files with 11 additions and 10 deletions

View File

@@ -15,12 +15,13 @@ if (!isAndroidTestBuild()) {
logLevel "DEBUG"
}
}
//if (!isAndroidTestBuild()) {
// apply plugin: 'chain.log.hook'
// hooklog{
// enableLoggerToServer true
// }
//}
if (!isAndroidTestBuild()) {
apply plugin: 'chain.log.hook'
hooklog{
enableTraceToServer false
enableLoggerToLocal true
}
}
//if (!isAndroidTestBuild()) {
// apply plugin: 'apm-plugin'

View File

@@ -56,13 +56,13 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true
bytex.verifyProguardConfigurationChanged=false
bytex.ASM_API=ASM7
HOOK_LOG_VERSION=1.5.17
SERVICE_CHAIN_VERSION=1.0.53
HOOK_LOG_VERSION=1.6.1
SERVICE_CHAIN_VERSION=1.1.0
################ 外部依赖引用 ################
# loglib
LOGLIB_VERSION=1.2.22
LOGLIB_VERSION=1.2.23
######## MogoAiCloudSDK Version ########
# 网络请求
# 网络请求LOGLIB_VERSION
MOGO_NETWORK_VERSION=1.3.50
# 鉴权
MOGO_PASSPORT_VERSION=1.3.50