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>
This commit is contained in:
parent
70c85f31ab
commit
712cb29b4d
1 changed files with 0 additions and 3 deletions
|
@ -284,9 +284,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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue