Fix signal monitor init when power-control is not available

On start-up if power-control is not available, the signal monitors
don't get initialized correctly.  This changes so if power-control
is not available on start-up, init is handled when power-control
starts.

Also fix an error log to print in decimal.

Tested:
Manually started power-control after host-error-monitor and
confirmed that the signal monitors start correctly.

Change-Id: I34784258e43cd2166fb4921cab06708ce9f78174
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2 files changed
tree: 1d912a45e8123698d1a63efa21b938ef31217958
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. 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.