dumpstate: add SoC residency dump
Bug: 319536756 Test: SoC residency was correctly shown in dumpstate board Change-Id: I20bf91393efcf0edb6c458f55e228a227f930ee5 Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
parent
6d8df0bf27
commit
c4c265ea45
2 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,7 @@ void dumpPdEngine() {
|
|||
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 logbuffer", "/dev/logbuffer_ssoc"},
|
||||
{"TTF logbuffer", "/dev/logbuffer_ttf"},
|
||||
{"TTF details", "/sys/class/power_supply/battery/ttf_details"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue