tree: 0acdbc1ce26800ebdfa8b9bcf9657017ec3e0c1b [path history] [tgz]
  1. xyz/
  2. bootstrap.sh
  3. configure.ac
  4. core_manager.cpp
  5. core_manager.hpp
  6. core_manager_main.cpp
  7. dump_entry.cpp
  8. dump_entry.hpp
  9. dump_internal.hpp
  10. dump_manager.cpp
  11. dump_manager.hpp
  12. dump_manager_main.cpp
  13. dump_utils.hpp
  14. ffdc
  15. LICENSE
  16. Makefile.am
  17. README.md
  18. watch.cpp
  19. 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`.