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

Commit c3705897 authored by vadimt's avatar vadimt
Browse files

Generating Hdumps for more leaks

Test: presubmits
Bug: 177065099
Change-Id: I386229cf92a925d2953952ed0fab6c44dcdc61f0
parent b3f2862a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public abstract class AbstractLauncherUiTest {
        return "Activity leak detector has found leaked activities, " + dumpHprofData() + ".";
    }

    private static String dumpHprofData() {
    public static String dumpHprofData() {
        try {
            final String fileName = getInstrumentation().getTargetContext().getFilesDir().getPath()
                    + "/ActivityLeakHeapDump.hprof";