dumpstate: dump wlan firmware symbol file
Bug: 205919442 Test: Build Pass Change-Id: Ib48b8bdf002e6462a7a0499f02b6a7b76329dee4
This commit is contained in:
parent
05766696d6
commit
9401fa60b4
1 changed files with 3 additions and 0 deletions
|
@ -298,6 +298,9 @@ void DumpstateDevice::dumpTextSection(int fd, const std::string §ionName) {
|
|||
void DumpstateDevice::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");
|
||||
}
|
||||
|
||||
// Dump items related to power and battery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue