异常上报

修改调试窗异常上报开关控制域,开关控制异常上报弹窗是否会弹出+提示音是否提示
This commit is contained in:
xuxinchao
2022-06-20 17:45:07 +08:00
committed by liujing
parent 6383255332
commit cac1d03c05
5 changed files with 13 additions and 13 deletions

View File

@@ -47,7 +47,9 @@ class IPCReportManager : IMoGoAutopilotStatusListener {
it.src,it.level,it.msg,it.code,it.resultList,it.actionsList))
//当前不处于美化模式时,展示监控节点上报
if(!FunctionBuildConfig.isDemoMode){
CallerHmiManager.showIPCReportWindow(ipcReportList)
if(FunctionBuildConfig.isReportWarning){
CallerHmiManager.showIPCReportWindow(ipcReportList)
}
}
}
}