aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinhui Wang <jinhuiw@google.com>2016-07-28 18:40:57 -0700
committerJinhui Wang <jinhuiw@google.com>2016-07-28 18:40:57 -0700
commit0084d9265dee1f3e79c721d1a29b2518951e4d0f (patch)
treeca5d495678366af4ed1ca6aea06bc279308e4df5
parentf1298034c2566013168d1467dac47be3d431348b (diff)
downloadAfwTestHarness-0084d9265dee1f3e79c721d1a29b2518951e4d0f.tar.gz
Change to not auto close Google Play crash dialog by default
User should config the auto close from afw-test.props Change-Id: Ib18c848cac41aca858eeb24184015adb91d8e2a6
-rw-r--r--libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
index f4b7f3e..50ec0de 100644
--- a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
+++ b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
@@ -142,7 +142,6 @@ public final class AfwTestUiWatcher implements UiWatcher {
private AfwTestUiWatcher(UiDevice uiDevice) throws Exception {
mUiDevice = uiDevice;
mAppCrashWhitelist = new ArrayList<String>();
- mAppCrashWhitelist.add("Google Play services");
mAppCrashWhitelist.addAll(TestConfig.getDefault().getAppCrashWhitelist());
}