[3.2.0]fix bug of multi process cause the exception

This commit is contained in:
zhongchao
2023-05-16 19:58:01 +08:00
parent b094b421bd
commit dbc751400d
2 changed files with 5 additions and 7 deletions

View File

@@ -48,12 +48,6 @@ public abstract class MainMoGoApplication extends AbsMogoApplication {
CallerDevaToolsManager.INSTANCE.updateUpgradeProgress();
}
@Override
protected boolean shouldInit() {
CallerLogger.INSTANCE.w(M_HMI + TAG, "evaluate shouldInit() with: " + ProcessUtils.getProcessName(Process.myPid()));
return true;
}
/**
* 初始化异常采集配置
*/