Snap for 9258794 from fbc2d10e23
to udc-release
Change-Id: Iedcf8beaebfa418abbd62d4570c04b17563bafdd
This commit is contained in:
commit
88df25e723
1 changed files with 2 additions and 0 deletions
|
@ -304,6 +304,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