mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-31 20:10:27 +00:00
Add WiFi Statistics to Bugreport to Wahoo
This commit adds some statistics from debugfs to bugreport this includes the files: /d/wlan0/power_stats /d/wlan0/ll_stats /d/icnss/stats Bug: 62290986 Test: adb bugreport and inspect the required statistics Merged-In: Ib65b98935a043542283a645f9760e02ff6935db3 Change-Id: Ib65b98935a043542283a645f9760e02ff6935db3 Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
This commit is contained in:
@@ -142,6 +142,9 @@ Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
|
||||
DumpFileToFd(fd, "INTERRUPTS", "/proc/interrupts");
|
||||
DumpFileToFd(fd, "RPM Stats", "/d/rpm_stats");
|
||||
DumpFileToFd(fd, "Power Management Stats", "/d/rpm_master_stats");
|
||||
DumpFileToFd(fd, "WLAN Power Stats", "/d/wlan0/power_stats");
|
||||
DumpFileToFd(fd, "LL-Stats", "/d/wlan0/ll_stats");
|
||||
DumpFileToFd(fd, "ICNSS Stats", "/d/icnss/stats");
|
||||
DumpFileToFd(fd, "SMD Log", "/d/ipc_logging/smd/log");
|
||||
RunCommandToFd(fd, "ION HEAPS", {"/vendor/bin/sh", "-c", "for d in $(ls -d /d/ion/*); do for f in $(ls $d); do echo --- $d/$f; cat $d/$f; done; done"});
|
||||
DumpFileToFd(fd, "dmabuf info", "/d/dma_buf/bufinfo");
|
||||
|
||||
Reference in New Issue
Block a user