Merge "Re-enable leak detection on tablets" into sc-v2-dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user