Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90ab34b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Adding better diags when SysUI crashes during Launcher test"" into tm-dev

parents 3c8277d1 fcd56905
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import android.content.Context;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.RemoteException;
import android.platform.test.rule.CrashDetector;

import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -106,8 +105,7 @@ public class FallbackRecentsTest {
        }

        mOrderSensitiveRules = RuleChain
                .outerRule(new CrashDetector("com.android.systemui"))
                .around(new NavigationModeSwitchRule(mLauncher))
                .outerRule(new NavigationModeSwitchRule(mLauncher))
                .around(new FailureWatcher(mDevice, mLauncher));

        mOtherLauncherActivity = context.getPackageManager().queryIntentActivities(
+0 −2
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ import android.os.Process;
import android.os.RemoteException;
import android.os.UserHandle;
import android.os.UserManager;
import android.platform.test.rule.CrashDetector;
import android.system.OsConstants;
import android.util.Log;

@@ -229,7 +228,6 @@ public abstract class AbstractLauncherUiTest {
    @Rule
    public TestRule mOrderSensitiveRules = RuleChain
            .outerRule(new TestStabilityRule())
            .around(new CrashDetector("com.android.systemui"))
            .around(mActivityMonitor)
            .around(getRulesInsideActivityMonitor());