Merge "Re-enable leak detection on tablets" into sc-v2-dev am: dc66ec82a0
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15337410 Change-Id: Ic53a5e41d009958e2830616c4d1fad597c967b5c
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