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

Commit 05040d91 authored by AleX Pelosi's avatar AleX Pelosi Committed by Automerger Merge Worker
Browse files

Merge "Revert "healthd: BatteryMonitor: doLogValues: reduce log level to...

Merge "Revert "healthd: BatteryMonitor: doLogValues: reduce log level to debug"" into main am: 1242da78 am: 1cfe984a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2965363



Change-Id: I623c49405530d76a27d8944323a36166b1a23521
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b93b6dc4 1cfe984a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ static void doLogValues(const HealthInfo& props, const struct healthd_config& he
             props.chargerAcOnline ? "a" : "", props.chargerUsbOnline ? "u" : "",
             props.chargerWirelessOnline ? "w" : "", props.chargerDockOnline ? "d" : "");

    KLOG_DEBUG(LOG_TAG, "%s\n", dmesgline);
    KLOG_WARNING(LOG_TAG, "%s\n", dmesgline);
}

void BatteryMonitor::logValues(const HealthInfo_2_1& health_info,