Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ public abstract class AbstractLauncherUiTest { /** Detects activity leaks and throws an exception if a leak is found. */ public static void checkDetectedLeaks(LauncherInstrumentation launcher, boolean requireOneActiveActivityUnused) { if (TestStabilityRule.isPresubmit()) return; // b/313501215 final boolean requireOneActiveActivity = false; // workaround for leaks when there is an unexpected Recents activity Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ public abstract class AbstractLauncherUiTest { /** Detects activity leaks and throws an exception if a leak is found. */ public static void checkDetectedLeaks(LauncherInstrumentation launcher, boolean requireOneActiveActivityUnused) { if (TestStabilityRule.isPresubmit()) return; // b/313501215 final boolean requireOneActiveActivity = false; // workaround for leaks when there is an unexpected Recents activity Loading