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

Commit 592b3f98 authored by vadimt's avatar vadimt
Browse files

Verifying a theory that sometimes a leak disappears while saving an object dump

Bug: 241585675
Test: presubmit
Change-Id: If9c559619507002ed7ec4b1a8b96a5f62e2dbe41
parent cafb3cdc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -151,6 +151,8 @@ public abstract class AbstractLauncherUiTest {
                    device.executeShellCommand(
                            "am dumpheap " + device.getLauncherPackageName() + " " + fileName);
                }
                Log.d(TAG, "Saved leak dump, the leak is still present: "
                        + !launcher.noLeakedActivities());
                sDumpWasGenerated = true;
                result = "saved memory dump as an artifact";
            } catch (Throwable e) {