wifi: remove unnecessary debug dump am: 712cb29b4d am: bc9504dc3a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/20335688

Change-Id: Iae9c0527ee3377d54eca87e333d58746c5067cd4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Roger Wang 2022-11-01 16:07:15 +00:00 committed by Automerger Merge Worker
commit 84df6c987f

View file

@ -293,9 +293,6 @@ void Dumpstate::dumpTextSection(int fd, const std::string &sectionName) {
// 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");
}