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:
Ecco Park
2017-11-14 12:01:36 -08:00
parent ff3c9b529c
commit 2f79642331

View File

@@ -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"});