fix bug of delay problem

This commit is contained in:
zhongchao
2022-03-25 17:45:40 +08:00
parent 324e1aedc2
commit e02459b102
3 changed files with 10 additions and 11 deletions

View File

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