commit | 56bd797e0a67a371e1d117023ca06eb484f67c12 | [log] [tgz] |
---|---|---|
author | Xie Ning <xiening.xll@bytedance.com> | Fri Feb 25 15:20:02 2022 +0800 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 17 13:43:50 2022 +0000 |
tree | af9e8451cfcc91aaf38466aca736e0311dc2932b | |
parent | af3b526dd3be292d17f7f8627611226575d7d559 [diff] |
Fix the invalid value of Elapsed property The Elapsed property is described in microseconds in the interface but the result value is in seconds before Tested: 1. get the property by this: busctl introspect xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/bm:c/entry/20 xyz.openbmc_project.Time.EpochTime 2. check the value NAME TYPE SIGNATURE RESULT/VALUE FLAGS .Elapsed property t 1645758497000000 emits-change writable Change-Id: Ib6cd5261c4cd6ac7de239f291a9f5fb556b29e89 Signed-off-by: Xie Ning <xiening.xll@bytedance.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 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