commit | 1fbaac8c911ee484de521e8302d28543ad33cfe1 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Wed Nov 04 04:41:40 2015 -0800 |
committer | Alex Deymo <deymo@google.com> | Wed Nov 04 18:16:11 2015 +0000 |
tree | 39cbf2ed648e642eb9be16c16f2599b37e9f920d | |
parent | 787dc4139768a065cfb5da34dd8c9f6d76fc23df [diff] |
Handle not connected message from shill. When shill is not connected it exposes the service path / as the default service path. Nevertheless, this service path doesn't implement the org.chromium.flimflam.Service interface, so we can't call any method there. This patch handles this situation removing the misleading error messages from the logs. Bug: None Change-Id: Id936584235d25914d5a2d44e88aeb54703dc376b Test: Applied a payload, no more GetProperties() errors when not connected.