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

This commit is contained in:
Neill Kapron 2024-02-08 03:24:16 +00:00 committed by Gerrit Code Review
commit 2b2fcaea46

View file

@ -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,