dumpstate: Dump fastrpc dma buffer size am: 42064855e0 am: 3fccd83368

Original change: https://android-review.googlesource.com/c/device/google/sunfish/+/1432551

Change-Id: I2b784bf286ecc9f7b7f3bb0295d2872ef9e323d4
This commit is contained in:
Martin Liu
2020-09-21 10:26:21 +00:00
committed by Automerger Merge Worker

View File

@@ -597,6 +597,9 @@ Return<DumpstateStatus> DumpstateDevice::dumpstateBoard_1_1(const hidl_handle& h
RunCommandToFd(fd, "Citadel STATS", {"/vendor/bin/hw/citadel_updater", "--stats"});
RunCommandToFd(fd, "Citadel BOARDID", {"/vendor/bin/hw/citadel_updater", "--board_id"});
// Dump fastrpc dma buffer size
DumpFileToFd(fd, "Fastrpc dma buffer", "/sys/kernel/fastrpc/total_dma_kb");
// Keep this at the end as very long on not for humans
DumpFileToFd(fd, "WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc");