commit | f78d0a488308792e9eda2ceebabe73a89b17c0b0 | [log] [tgz] |
---|---|---|
author | Yoo, Jae Hyun <jae.hyun.yoo@intel.com> | Wed Oct 10 11:03:11 2018 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Mon Nov 26 10:41:22 2018 -0800 |
tree | e43855ce5c9b5d5a6f4a3e12191e5a8e63edaebf | |
parent | 81a464c52650257d8c7253f27fb2328a868e5bed [diff] |
Fix a bug on CPU sensor dbus property creation If an error happens while getting config from entity manager in createSensors(), dbus properties would not be created and it would never get a chance to create them again. So this patch adds return value checking code on communication with entity manager and makes it to retry creating sensors if needed. Change-Id: I1300a53f7ebcf72df9017db51e911caf5c42bbf0 Signed-off-by: Yoo, Jae Hyun <jae.hyun.yoo@intel.com>