dumpstate: add SoC residency dump

Bug: 319536756
Change-Id: Iec35a05a22a6e6315a2ff6b9b5190099c1bcd5c4
Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
Spade Lee 2024-01-22 16:46:36 +00:00
parent 46992eb2f2
commit 7bb7687851
2 changed files with 2 additions and 0 deletions

View file

@ -325,6 +325,7 @@ void dumpLn8411() {
void dumpBatteryHealth() {
const char* batteryHealth [][2] {
{"Battery Health", "/sys/class/power_supply/battery/health_index_stats"},
{"Battery Health SoC Residency", "/sys/class/power_supply/battery/swelling_data"},
{"BMS", "/dev/logbuffer_ssoc"},
{"TTF", "/dev/logbuffer_ttf"},
{"TTF details", "/sys/class/power_supply/battery/ttf_details"},