Merge "Not using stale object to diagnose stale object" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
435e6a0443
@@ -1550,7 +1550,7 @@ public final class LauncherInstrumentation {
|
||||
try {
|
||||
return object.getVisibleBounds();
|
||||
} catch (StaleObjectException e) {
|
||||
fail("Object " + object + " disappeared from screen");
|
||||
fail("Object disappeared from screen");
|
||||
return null;
|
||||
} catch (Throwable t) {
|
||||
fail(t.toString());
|
||||
|
||||
Reference in New Issue
Block a user