Re-enable leak detection on tablets

Bug: 191449914
Test: NexustLauncherTests
Change-Id: Ia2fe0826c933e646260c16d8890aaf2a47023e6d
This commit is contained in:
Alex Chau 2021-07-20 12:27:51 +01:00
parent be0b070019
commit c2181c2be4
1 changed files with 0 additions and 3 deletions

View File

@ -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) {