commit | 194414134a954d921c8063610304c4fd21f19df2 | [log] [tgz] |
---|---|---|
author | Casey Dahlin <sadmac@google.com> | Thu Jan 07 14:56:40 2016 -0800 |
committer | Casey Dahlin <sadmac@google.com> | Wed Jan 13 12:58:28 2016 -0800 |
tree | e43491e6ba7937088283516f30cf9921ac125c24 | |
parent | 97c870518ce1149b32966d98ebfe93f3eb5d1fef [diff] |
Initialize DBus in CreateInstance We now expect the bus to be ready to go as soon as CreateInstance is finished. The downside is that CreateInstance can now fail when the bus isn't available, so we must handle nullptr returns. Change-Id: I1e8d20f8d85d93e7e8b5e93ee1e5ba6043a347c4 Test: Verified commands continue to work Bug: 26233663