[M2]关闭线程优化,视频视频播放生命周期处理

This commit is contained in:
wangmingjun
2023-03-14 17:05:13 +08:00
parent 84a6795575
commit 47fb68c6da
2 changed files with 23 additions and 12 deletions

View File

@@ -15,8 +15,8 @@ def isReleaseBuild = isReleaseBuild()
if (!isAndroidTestBuild()) {
apply plugin: 'bytex'
ByteX {
enable false
enableInDebug false
enable true
enableInDebug true
logLevel "DEBUG"
}
}
@@ -42,8 +42,8 @@ if (!isAndroidTestBuild()) {
if (!isAndroidTestBuild()) {
apply plugin: 'bytex.threadOpt'
thread_opt {
enable true
enableInDebug true
enable false
enableInDebug false
logLevel "DEBUG"
}
}