Merge "Not using stale object to diagnose stale object" into sc-v2-dev

This commit is contained in:
Android Build Prod User
2021-08-27 02:48:56 +00:00
committed by Android (Google) Code Review
@@ -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());