mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Dumpstate: add the Data.msc in the dumpstate_board.txt
The file will be used to decode the wifi firmware in the bugreport automatically in the wifi bugbot. Bug: 69010177 Change-Id: I4db3b99fb704d0646ef3b0b8a31cd1592e165f16 Signed-off-by: Ecco Park <eccopark@google.com>
This commit is contained in:
@@ -257,6 +257,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
|
||||
DumpFileToFd(fd, "PD Engine", "/d/pd_engine/usbpd0");
|
||||
DumpFileToFd(fd, "smblib-usb logs", "/d/ipc_logging/smblib/log");
|
||||
DumpFileToFd(fd, "ipc-local-ports", "/d/msm_ipc_router/dump_local_ports");
|
||||
DumpFileToFd(fd, "WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc");
|
||||
DumpTouch(fd);
|
||||
RunCommandToFd(fd, "USB Device Descriptors", {"/vendor/bin/sh", "-c", "cd /sys/bus/usb/devices/1-1 && cat product && cat bcdDevice; cat descriptors | od -t x1 -w16 -N96"});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user