diff --git a/dumpstate/Dumpstate.cpp b/dumpstate/Dumpstate.cpp index af913fd0..7a1353d0 100644 --- a/dumpstate/Dumpstate.cpp +++ b/dumpstate/Dumpstate.cpp @@ -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