Revert "Adding better diags when SysUI crashes during Launcher test"

This reverts commit b0e0f5f44a.

Reason for revert: This cl prevents the ability to run tests from android studio.

Change-Id: I8a1cbcd2e8faefdd168aac5bcad4f21c73694839
This commit is contained in:
Vadim Tryshev
2022-03-07 20:37:42 +00:00
parent b0e0f5f44a
commit fcd569055e
2 changed files with 1 additions and 5 deletions

View File

@@ -38,7 +38,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;
@@ -226,7 +225,6 @@ public abstract class AbstractLauncherUiTest {
@Rule
public TestRule mOrderSensitiveRules = RuleChain
.outerRule(new TestStabilityRule())
.around(new CrashDetector("com.android.systemui"))
.around(mActivityMonitor)
.around(getRulesInsideActivityMonitor());