Add TWT statistic logs to dumpstate for bugreport. am: d9c9199c83
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19999827 Change-Id: I538bc2ba907d859d85950cd7431afcb600655a20 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
23775cefc4
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ void Dumpstate::dumpTextSection(int fd, const std::string §ionName) {
|
|||
void Dumpstate::dumpWlanSection(int fd) {
|
||||
// Dump firmware symbol table for firmware log decryption
|
||||
DumpFileToFd(fd, "WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc");
|
||||
RunCommandToFd(fd, "WLAN TWT Dump", {"/vendor/bin/sh", "-c",
|
||||
"cat /sys/wlan_ptracker/twt/*"});
|
||||
}
|
||||
|
||||
// Dump items related to power and battery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue