Handle recovery if crashdump fails to start

When crashdump fails to start, we still need to recover the system, so
handle recovery and delete the match in that case.

Tested:
Disabled crashdump and confirmed that the system still recovers when
crashdump fails to start.

Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Change-Id: I754b501b459bd27d7df2a8610393ab81eca1224e
1 file changed
tree: d7afbe60b7654099bfdd9b2f3408a5f893a02092
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. tests/
  6. .clang-format
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson.options
  11. OWNERS
  12. 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.