mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user