Start crashdump when failed in checking property

If system have no objectPath
/xyz/openbmc_project/control/processor_error_config and
/xyz/openbmc_project/control/bmc_reset_disables in dbus
xyz.openbmc_project.Settings, it will directly return and not to
trigger crashdump.

Tested:
Assert IERR and SMI timeout and confirmed the error is logged and
crashdump works as expected.

Signed-off-by: JinFuLin <JeffLin2@quantatw.com>
Change-Id: If640c9f1e346f16ea1ffafe75b377df4004a56c7
3 files changed
tree: ea3dd3e73ee9e5442d22801d6c48313b13bfccec
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. OWNERS
  10. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.