Merge branch 'dev_robotaxi-d_230711_3.4.0' into dev_20230708_unmanned_3.5.0

This commit is contained in:
yangyakun
2023-08-03 16:28:38 +08:00
4 changed files with 6 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ class ConsultVideoPlayer : StandardGSYVideoPlayer {
super.onWindowFocusChanged(hasWindowFocus)
if(isIfCurrentIsFullscreen&&smalllPlayer!=null){
if(hasWindowFocus){//获取焦点
onVideoResume()
//onVideoResume()
}else{
onVideoPause()
}

View File

@@ -127,10 +127,10 @@ class DevaToolsProvider : IDevaToolsProvider {
logRecordProvider.start()
}
mContext?.also {
block.init(it)
block.start()
}
// mContext?.also {
// block.init(it)
// block.start()
// }
}
override fun checkMonitorDb() {

View File

@@ -109,8 +109,6 @@ class TraceManager : IMoGoCloudListener, IMoGoAutopilotCarConfigListener {
traceInfoCache[ChainConstant.CHAIN_TYPE_WEAK_NETWORK] =
ChainLogParam(true, "WeakNetWork Record")
MoGoAiCloudClientConfig.getInstance()
FileWriteManager.getInstance()
.init(context, "", pkgName, fwBuildMap)
FileWriteManager.getInstance().registerListener { type ->

View File

@@ -1,7 +1,6 @@
package com.mogo.eagle.core.function.startup.stageone.secret;
import android.util.Base64;
import com.elegant.analytics.utils.Base64;
import com.mogo.commons.debug.DebugConfig;
import com.mogo.eagle.core.data.config.FunctionBuildConfig;