Merge "Not using stale object to diagnose stale object" into sc-v2-dev am: 435e6a0443

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15663382

Change-Id: I874048ccd1d2d308aabede724386db25174f893b
This commit is contained in:
Android Build Prod User
2021-08-27 03:01:28 +00:00
committed by Automerger Merge Worker
@@ -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());