summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Wang <wangroger@google.com>2022-11-01 13:34:44 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-11-01 15:04:14 +0000
commit712cb29b4d677c235636f7bdff776660937bc8df (patch)
tree8fec5336c4ff2bbee048609def6e98aa9173d94f
parent70c85f31ab6b5bc0a54132eb2e2b826de8c3d582 (diff)
downloadgs201-712cb29b4d677c235636f7bdff776660937bc8df.tar.gz
wifi: remove unnecessary debug dump
Since design was adjusted, we are no longer need to cat dump_start when bugreport be triggered. Bug: 256746618 Test: Trigger bugreport and check debug files. Change-Id: I1c381a1e0a9bd0611b804c3dd9364eb48e8d4e49 Signed-off-by: Roger Wang <wangroger@google.com>
-rw-r--r--dumpstate/Dumpstate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dumpstate/Dumpstate.cpp b/dumpstate/Dumpstate.cpp
index 757ea6d..5c3e9cd 100644
--- a/dumpstate/Dumpstate.cpp
+++ b/dumpstate/Dumpstate.cpp
@@ -284,9 +284,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");
}