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

Commit c2181c2b authored by Alex Chau's avatar Alex Chau
Browse files

Re-enable leak detection on tablets

Bug: 191449914
Test: NexustLauncherTests
Change-Id: Ia2fe0826c933e646260c16d8890aaf2a47023e6d
parent be0b0700
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -128,9 +128,6 @@ public abstract class AbstractLauncherUiTest {
    }

    public static void checkDetectedLeaks(LauncherInstrumentation launcher) {
        // TODO(b/191449914): Temporarily disable leak detection on tablets until bug is resolved.
        if (launcher.isTablet()) return;

        if (sActivityLeakReported) return;

        if (sStrictmodeDetectedActivityLeak != null) {