summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--healthd/healthd_board_default.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd_board_default.cpp b/healthd/healthd_board_default.cpp
index 81733fe..c511c9c 100644
--- a/healthd/healthd_board_default.cpp
+++ b/healthd/healthd_board_default.cpp
@@ -25,7 +25,7 @@ void healthd_board_init(struct healthd_config*)
int healthd_board_battery_update(struct android::BatteryProperties*)
{
// return 0 to log periodic polled battery status to kernel log
- return 0;
+ return 1;
}
void healthd_board_mode_charger_draw_battery(struct android::BatteryProperties*)