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

Commit 7725c248 authored by Shai Barack's avatar Shai Barack
Browse files

Include bitmaps in AppMemoryTest heap dump

Test: AppMemoryTest
Flag: TEST_ONLY
Bug: 444249947
Change-Id: I1bc369344b31745fa5e8664954092ff242e3a60f
parent 83bfe475
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);