diff --git a/dumpstate/Dumpstate.cpp b/dumpstate/Dumpstate.cpp index 5c3e9cd1..8d95cb6c 100644 --- a/dumpstate/Dumpstate.cpp +++ b/dumpstate/Dumpstate.cpp @@ -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