commit | 4a98e8fe86a2423145dea5ac5edc2d5f6ccd2ebc | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jan 29 07:11:08 2020 -0600 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 17 23:18:36 2020 -0500 |
tree | f298a0883d7c94729826eb25a895b00e749267d7 | |
parent | d11d6139b39d7cbb35fa5ffadf464a9d0dc1fd38 [diff] |
Update dump manager and entry to have multiple types Created a base dump entry, who ever implementing a new dump type need to inherit from the base dump entry. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Ie85d393f75ec697a7b02b84d131a4a8c0116c3e7
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`.