[6.6.0] fix bug of channel role ,which cause updateVersion, sync role to mis, fun param to mis .. had failed

This commit is contained in:
EmArrow
2024-08-22 19:13:38 +08:00
parent 9b39ee7244
commit 58cf773b1e
6 changed files with 48 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ import com.mogo.commons.env.ProjectUtils
import com.mogo.commons.utils.MogoAnalyticUtils
import com.mogo.eagle.core.data.config.FunctionBuildConfig
import com.mogo.eagle.core.function.api.base.IMoGoFunctionProvider
import com.mogo.eagle.core.function.call.devatools.CallerDevaToolsManager
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager
import com.mogo.eagle.core.function.hmi.ui.setting.SopView
import com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugView
@@ -187,6 +188,7 @@ abstract class FacadeProvider : IMoGoFunctionProvider, ILoginCallback {
BusinessEnum.Charter -> FunctionBuildConfig.appIdentityMode =
"${AppIdentityModeUtils.CHARTER}_${identity}_${model}"
}
CallerDevaToolsManager.updateAppChannel()
// 加入启动统计
val mStartParams: HashMap<String, Any> = HashMap()
mStartParams["start_time"] = TimeUtils.getNowMills()