mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-29 04:07:47 +00:00
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:
committed by
TreeHugger Robot
parent
70c85f31ab
commit
712cb29b4d
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user