Snap for 9258794 from fbc2d10e23 to udc-release

Change-Id: Iedcf8beaebfa418abbd62d4570c04b17563bafdd
This commit is contained in:
Android Build Coastguard Worker 2022-11-05 03:07:26 +00:00
commit 88df25e723

View file

@ -304,6 +304,8 @@ void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) {
void Dumpstate::dumpWlanSection(int fd) { void Dumpstate::dumpWlanSection(int fd) {
// Dump firmware symbol table for firmware log decryption // Dump firmware symbol table for firmware log decryption
DumpFileToFd(fd, "WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc"); 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 // Dump items related to power and battery