Dump usf stats history in bugreports. am: 21ffd5f188
am: 3a658f4b3d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19672424 Change-Id: I677366e590cf9eff53ab085bdc5a3849ab5f0152 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
23172f8481
1 changed files with 3 additions and 0 deletions
|
@ -1075,6 +1075,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