[线程优化]线程优化release版本不可用

This commit is contained in:
renwj
2022-10-21 15:17:04 +08:00
parent 6a61836da3
commit 32a2fdc91a

View File

@@ -39,8 +39,8 @@ if (!isAndroidTestBuild()) {
if (!isAndroidTestBuild()) {
apply plugin: 'bytex.threadOpt'
thread_opt {
enable true
enableInDebug true
enable !isReleaseBuild
enableInDebug !isReleaseBuild
logLevel "DEBUG"
}
}