commit | 348351507c97da9de7470b3f892384421611c925 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Jul 01 12:28:58 2021 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Aug 20 17:49:16 2021 +0000 |
tree | 4056f0f69b1081b5bc37f90efb45fcec152450cf | |
parent | 7a401a2ca8ce2ea73cf0cd7d8a2f8af2599ad937 [diff] |
control: Use getSubTreeRaw call in addServices In cases where a property used by an action isn't on D-Bus on startup, the original getSubTree() call would throw an unhandled exception which would crash the daemon. Change to getSubTreeRaw() so that doesn't happen. Also change a trace that a occurs when a D-Bus service isn't found to debug as that is expected in this case. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ibd147c303d40761f75f961a9ce404139c2b2c134