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

This commit is contained in:
Alex Chau
2021-07-20 20:09:38 +00:00
committed by Android (Google) Code Review
@@ -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) {