Capture dump when an error with the name InternalFailure is logged

Change-Id: I2a362b674022dbe1ea8bfe16876d0416f87d0af1
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
6 files changed
tree: 3bd1ea132595363caa1e2dcf8c1fa9ab01cc65ef
  1. tools/
  2. xyz/
  3. bootstrap.sh
  4. configure.ac
  5. core_manager.cpp
  6. core_manager.hpp
  7. core_manager_main.cpp
  8. dump_entry.cpp
  9. dump_entry.hpp
  10. dump_internal.hpp
  11. dump_manager.cpp
  12. dump_manager.hpp
  13. dump_manager_main.cpp
  14. dump_utils.hpp
  15. elog_watch.cpp
  16. elog_watch.hpp
  17. ffdc
  18. LICENSE
  19. Makefile.am
  20. README.md
  21. watch.cpp
  22. watch.hpp
README.md

phosphor-debug-collector

Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.