commit | 9a56bfa96c96c855f1ad9c4efe04639eaa33a2f2 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sat Aug 26 03:03:47 2017 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 01 04:12:12 2017 -0500 |
tree | b3c1b85ef2fb3273e18607d807d0c8b620fb9957 | |
parent | 217fb5f2e040533e38c36569211242da328ca439 [diff] |
Add core file name validation in core manager Move the core file name validation from dreport to core manager. systemd-coredump creates temporary file in core file path prior to actual core file creation. This check will help to limit dump creation only for the new core files. Change-Id: I196d3f372d85aae0a7a36ba7171e6bfd2ff4991b 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`.