commit | 15cd3ce7045fb4da18c0b9dc89772d9807490a54 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <william@wkennington.com> | Tue May 15 11:34:44 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue May 29 20:36:39 2018 +0000 |
tree | a63036c347152bfb4f4055ceb441c9fd4587a98c | |
parent | c1743fa4f561c97e1f67417486b62bdd8e54bb7d [diff] |
Add error handling for message parsing Some of the signals we try and parse for error logs are not structured in the format we expect when parsing. When error logging is enabled in sdbusplus this causes the phosphor-dump-manager to crash. Fix this crashing by logging errors and ignoring the bad signals. Change-Id: Ieadcb7e95f622005382f3c4957bf1535e3bb1ef9 Signed-off-by: William A. Kennington III <wak@google.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`.