mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Re-enable leak detection on tablets
Bug: 191449914 Test: NexustLauncherTests Change-Id: Ia2fe0826c933e646260c16d8890aaf2a47023e6d
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