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

Commit dc66ec82 authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Re-enable leak detection on tablets" into sc-v2-dev

parents 13872483 c2181c2b
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) {