commit | d8166111d65e77c7358814d4e741f0cce21d9765 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Nov 02 22:52:18 2017 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Nov 07 00:16:59 2017 -0600 |
tree | 9ea062ed90441ced7f22d316f28dbf456131729c | |
parent | 8c996505018e8d63cb6115592ef0ee88fa8df4a9 [diff] |
ffdc: Enable dreport based ffdc debug data collection Enabled dreport based debug data collection by default in the ffdc tool. Added -D option to disable the dreport based data collection and switch back to ffdc way. Change-Id: I429533d3d04495ea3cda2bcb2b1090f1d971d530 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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`.