commit | 52ac69c15277bb3210647017403e7e4eb793e93c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:37:16 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 09:37:28 2021 -0500 |
tree | 35febf2f63ba61247ccda10ec0817535ef783c51 | |
parent | 97c15686d6f08ae670c1a2b5120cfbc93ec022d6 [diff] |
exception: switch to public sdbus exception SdBusError was intended to be a private error type inside sdbusplus. Switch all catch locations to use the general sdbusplus::exception type. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I33245a48eb2c55667cc8d57e8a3aba8af070f880
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 with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test