Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41e685bb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "dumpstate: Dump fastrpc dma buffer size" into rvc-qpr-dev am: dbd1b539

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12660450

Change-Id: Ie0861a8e1ecdc841c2578fc943f1eee47f69b6f5
parents da1746db dbd1b539
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -732,6 +732,9 @@ Return<DumpstateStatus> DumpstateDevice::dumpstateBoard_1_1(const hidl_handle& h
    // Dump camera profiler log
    RunCommandToFd(fd, "Camera Profiler Logs", {"/vendor/bin/sh", "-c", "for f in /data/vendor/camera/profiler/camx_*; do echo [$f]; cat \"$f\";done"});

    // Dump fastrpc dma buffer size
    DumpFileToFd(fd, "Fastrpc dma buffer", "/sys/kernel/fastrpc/total_dma_kb");

    if (modemThreadHandle) {
        pthread_join(modemThreadHandle, NULL);
    }