mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-30 23:37:29 +00:00
Add IPC wakelock information to bugreport
This will help associate local port IDs to service IDs
and cumulative traffic to each port.
BUG: 36859850
Test: Collected bugreport and verified that this information is
present in dumpstate-board.txt
Change-Id: I07e137b31b7ec158ea38aa6171565dabcd91a52e
This commit is contained in:
@@ -153,6 +153,7 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
|
||||
DumpFileToFd(fd, "TCPM logs", "/d/tcpm/usbpd0");
|
||||
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");
|
||||
|
||||
/* Check if qsee_logger tool exists */
|
||||
if (!access("/system/bin/qsee_logger", X_OK)) {
|
||||
|
||||
Reference in New Issue
Block a user