commit | aad60bbae85d53de234e6ea5564253672f7282ab | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Feb 24 22:30:22 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Feb 24 22:30:23 2017 +0000 |
tree | d1be48fd02d403fd2240451b684d0578833bf2ad | |
parent | 7177bd51bbba413dc8fcfe3db75d69fb282f133d [diff] | |
parent | af9adac8b64d3249903f19e54bc50ae386a0334b [diff] |
Merge "health HAL uses "default" service name"
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index cae6c4c..ed1971a 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp
@@ -82,7 +82,7 @@ // Initialize the board HAL - Equivalent of healthd_board_init(config) // in charger/recovery mode. - gHealth = IHealth::getService("health"); + gHealth = IHealth::getService(); if (gHealth == nullptr) { KLOG_WARNING(LOG_TAG, "unable to get HAL interface, using defaults\n"); return;