Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 767f02b8 authored by vadimt's avatar vadimt
Browse files

Not using stale object to diagnose stale object

Test: presubmit
Bug: 187761685
Change-Id: Ifbe7f48515f575bfe08373592891e745112ac2a6
parent 272d622b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1531,7 +1531,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());