dumpstate: add max77759_chg/max77729_pmic register dump
Bug: 230360103 Signed-off-by: Jenny Ho <hsiufangho@google.com> Change-Id: I4042e58370d70b97dc1e84e72a8c927b68e08b17
This commit is contained in:
parent
f78d6a1af5
commit
93baf1e97e
1 changed files with 2 additions and 0 deletions
|
@ -399,6 +399,8 @@ void DumpstateDevice::dumpPowerSection(int fd) {
|
||||||
if (!PropertiesHelper::IsUserBuild()) {
|
if (!PropertiesHelper::IsUserBuild()) {
|
||||||
|
|
||||||
DumpFileToFd(fd, "DC_registers dump", "/sys/class/power_supply/pca9468-mains/device/registers_dump");
|
DumpFileToFd(fd, "DC_registers dump", "/sys/class/power_supply/pca9468-mains/device/registers_dump");
|
||||||
|
DumpFileToFd(fd, "max77759_chg registers dump", "/d/max77759_chg/registers");
|
||||||
|
DumpFileToFd(fd, "max77729_pmic registers dump", "/d/max77729_pmic/registers");
|
||||||
DumpFileToFd(fd, "Charging table dump", "/d/google_battery/chg_raw_profile");
|
DumpFileToFd(fd, "Charging table dump", "/d/google_battery/chg_raw_profile");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue