da87a500 | 03-Mar-2025 |
Matt Spinler <spinler@us.ibm.com> |
Add entity-objects D-Bus objects to dump
There are some associations that are useful for debug and just getting them from entity-manager as opposed to the mapper is less resource intensive and takes
Add entity-objects D-Bus objects to dump
There are some associations that are useful for debug and just getting them from entity-manager as opposed to the mapper is less resource intensive and takes up a smaller amount of space in the dump.
Tested: The file and the data are in the dump: ``` ~/BMCDUMP.XXXXXXX.00000000.20250226205426_out/archive$ head emobjects.log MESSAGE "a{oa{sa{sv}}}" { ARRAY "{oa{sa{sv}}}" { DICT_ENTRY "oa{sa{sv}}" { OBJECT_PATH "/xyz/openbmc_project/inventory/system/board/Ingraham_Board"; ARRAY "{sa{sv}}" { DICT_ENTRY "sa{sv}" { STRING "org.freedesktop.DBus.Peer"; ARRAY "{sv}" { }; };
```
Change-Id: I612b59b1a0d9483b33beae05f04ab82eafbe72cf Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|