summaryrefslogtreecommitdiff
path: root/storaged/main.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-09-27 14:01:30 -0700
committerYifan Hong <elsk@google.com>2017-10-19 14:55:53 -0700
commitbf2dcb2e1bb606fcfcb201c4f0588bef79e83275 (patch)
tree5c5c27b99a9a922157274b9395c11979f22aa277 /storaged/main.cpp
parent287c41fffeb144476092766466b86db9cfaf5e8c (diff)
downloadcore-bf2dcb2e1bb606fcfcb201c4f0588bef79e83275.tar.gz
storaged: talk to healthd in hwbinder.
Test: storaged-unit-tests Change-Id: I6ebfea3470b4b37b2516ffb2b14385f65bb4b80e
Diffstat (limited to 'storaged/main.cpp')
-rw-r--r--storaged/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storaged/main.cpp b/storaged/main.cpp
index 0bc36e56b..62828f05e 100644
--- a/storaged/main.cpp
+++ b/storaged/main.cpp
@@ -52,7 +52,7 @@ void* storaged_main(void* /* unused */) {
storaged_sp = new storaged_t();
storaged_sp->load_proto();
- storaged_sp->init_battery_service();
+ storaged_sp->init_health_service();
storaged_sp->report_storage_info();
LOG_TO(SYSTEM, INFO) << "storaged: Start";