commit | f4694d714f2cef97edce01ae47f8a3da13d8a895 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Aug 16 13:49:09 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Aug 17 11:36:53 2021 +0800 |
tree | 74d44ce558baf5fedeb2c61ab61cefc7da445da9 | |
parent | 0eadeb7e78ea549da1c40016c9dc43f52df8b70d [diff] |
ramoops_manager: Handle D-Bus exceptions Remove the deprecated is_method_error() method, and add try-catch to handle the exceptions. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ibd12f1fdf05aede82bfc8b3c58e4cfd6a8e3c612
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