已合并
fix(om2): 删除L0 exception dump不支持的过时警告 #4491
fix(om2): 删除L0 exception dump不支持的过时警告 #4491
已合并
lidaoming1创建于 17 天前
1 个文件变更+0-9
@@ -394,15 +394,6 @@ void DumpConfig::CheckUnsupportedConfigs(const nlohmann::json &jsDumpConfig) {
394 }394 }
395 }395 }
396 }396 }
397- if (jsDumpConfig.contains(GE_DUMP_SCENE)) {
398- std::string dumpScene = jsDumpConfig[GE_DUMP_SCENE].get<std::string>();
399- if ((dumpScene == GE_DUMP_EXCEPTION_AIC_ERR_BRIEF) || (dumpScene == GE_DUMP_LITE_EXCEPTION)) {
400- GELOGW(
401- "[OM2 Dump] dump_scene value '%s' (L0 exception dump) is not supported in OM2, only L1 (aic_err_norm_dump) "
402- "and L2 (aic_err_detail_dump) exception dump are supported",
403- dumpScene.c_str());
404- }
405- }
406}397}
407 398 
408bool DumpConfig::CheckDumpSceneSwitch(const nlohmann::json &jsDumpConfig, std::string &dumpScene) {399bool DumpConfig::CheckDumpSceneSwitch(const nlohmann::json &jsDumpConfig, std::string &dumpScene) {