Dump usf stats history in bugreports. am: 21ffd5f188
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19672424 Change-Id: I95ad5057d5ec2111fabe4a5d378b167693780279 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3a658f4b3d
1 changed files with 3 additions and 0 deletions
|
@ -1066,6 +1066,9 @@ void Dumpstate::dumpSensorsUSFSection(int fd) {
|
|||
RunCommandToFd(fd, "USF Registry",
|
||||
{"/vendor/bin/sh", "-c", "usf_reg_edit save -"},
|
||||
options);
|
||||
RunCommandToFd(fd, "USF Last Stat Buffer",
|
||||
{"/vendor/bin/sh", "-c", "cat /data/vendor/sensors/debug/stats.history"},
|
||||
options);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue