Dump usf stats history in bugreports. am: 93e624ad3f
am: 3d01326626
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/19672463 Change-Id: I77e8e887123def938196f330ec8bd1fd8fd5d44c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bd74c5f123
1 changed files with 3 additions and 0 deletions
|
@ -1010,6 +1010,9 @@ void DumpstateDevice::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