add log version

This commit is contained in:
zhongchao
2022-04-06 19:29:36 +08:00
parent e1508a3f0f
commit 11ed44729c
7 changed files with 30 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ if (!isAndroidTestBuild()) {
apply plugin: 'chain.log.hook'
hooklog{
enableTraceToServer false
enableLoggerToLocal false
enableLoggerToLocal true
}
}