diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp index f85be3b0..57775940 100644 --- a/dumpstate/DumpstateDevice.cpp +++ b/dumpstate/DumpstateDevice.cpp @@ -298,6 +298,9 @@ void DumpstateDevice::dumpTextSection(int fd, const std::string §ionName) { void DumpstateDevice::dumpWlanSection(int fd) { RunCommandToFd(fd, "WLAN Debug Dump", {"/vendor/bin/sh", "-c", "cat /sys/wifi/dump_start"}); + + // Dump firmware symbol table for firmware log decryption + DumpFileToFd(fd, "WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc"); } // Dump items related to power and battery