[M2]关闭线程优化,视频视频播放生命周期处理
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user