Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee0f94af authored by Michael Bestas's avatar Michael Bestas Committed by Ethan Chen
Browse files

healthd: Stop logspam

Change-Id: Ib4a4cb226f61f3e2a4a7c59ca0e0bae47b468d6a
parent c86e715b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@ 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;
}