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

Commit 2b2fcaea authored by Neill Kapron's avatar Neill Kapron Committed by Gerrit Code Review
Browse files

Merge "healthd: BatteryMonitor: doLogValues: reduce log level to debug" into main

parents 241046ad aeccbb8f
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_WARNING(LOG_TAG, "%s\n", dmesgline);
    KLOG_DEBUG(LOG_TAG, "%s\n", dmesgline);
}

void BatteryMonitor::logValues(const HealthInfo_2_1& health_info,