mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +00:00
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:
@@ -1066,6 +1066,9 @@ void Dumpstate::dumpSensorsUSFSection(int fd) {
|
|||||||
RunCommandToFd(fd, "USF Registry",
|
RunCommandToFd(fd, "USF Registry",
|
||||||
{"/vendor/bin/sh", "-c", "usf_reg_edit save -"},
|
{"/vendor/bin/sh", "-c", "usf_reg_edit save -"},
|
||||||
options);
|
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