Revert "healthd: BatteryMonitor: doLogValues: reduce log level to debug"

This reverts commit aeccbb8f3a.

Reason for revert: needed for debug and investigations of battery and charging issues. The tooling depends on these lines (and have been for years). You should have these lines only on SOC changes and in the presence of a serious problem. Please do not remove logging without consulting with the BMS SW team first.

Change-Id: Ife0079a7e0c1499b22e843429832b019139c0d89
This commit is contained in:
AleX Pelosi 2024-02-15 18:42:11 +00:00 committed by Andrei Ciubotariu
parent aeccbb8f3a
commit f08aeded81

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_DEBUG(LOG_TAG, "%s\n", dmesgline);
KLOG_WARNING(LOG_TAG, "%s\n", dmesgline);
}
void BatteryMonitor::logValues(const HealthInfo_2_1& health_info,