commit | bf2dcb2e1bb606fcfcb201c4f0588bef79e83275 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Sep 27 14:01:30 2017 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Oct 19 14:55:53 2017 -0700 |
tree | 5c5c27b99a9a922157274b9395c11979f22aa277 | |
parent | 287c41fffeb144476092766466b86db9cfaf5e8c [diff] [blame] |
storaged: talk to healthd in hwbinder. Test: storaged-unit-tests Change-Id: I6ebfea3470b4b37b2516ffb2b14385f65bb4b80e
diff --git a/storaged/main.cpp b/storaged/main.cpp index 0bc36e5..62828f0 100644 --- a/storaged/main.cpp +++ b/storaged/main.cpp
@@ -52,7 +52,7 @@ 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";