diff --git a/dumpstate/Dumpstate.cpp b/dumpstate/Dumpstate.cpp index baf2e59f..adf51b47 100644 --- a/dumpstate/Dumpstate.cpp +++ b/dumpstate/Dumpstate.cpp @@ -293,9 +293,6 @@ void Dumpstate::dumpTextSection(int fd, const std::string §ionName) { // Dump items related to wlan void Dumpstate::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"); }