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

Commit 965ad4ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Include bitmaps in AppMemoryTest heap dump" into main

parents a01647f4 7725c248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class AppMemoryTest {
        Log.i(TAG, "Got PID for " + HELPER + ": " + pid);

        // trigger the heap dump
        cmd = String.format("am dumpheap %s %s", pid, profilePath);
        cmd = String.format("am dumpheap -b png %s %s", pid, profilePath);
        Log.i(TAG, "Executing heap dump command: " + cmd);
        runShellCommandWithResult(cmd);