[RESTRICT AUTOMERGE] Workaround to dump error log instead of exception am: f8fc1326f7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15690060 Change-Id: I8107e094cd6182434683d359a52d9e0855c48221
This commit is contained in:
@@ -4911,7 +4911,8 @@ public final class ActivityThread extends ClientTransactionHandler
|
||||
Slog.w(TAG, "Activity top position already set to onTop=" + onTop);
|
||||
return;
|
||||
}
|
||||
throw new IllegalStateException("Activity top position already set to onTop=" + onTop);
|
||||
// TODO(b/197484331): Remove this short-term workaround while fixing the binder failure.
|
||||
Slog.e(TAG, "Activity top position already set to onTop=" + onTop);
|
||||
}
|
||||
|
||||
r.isTopResumedActivity = onTop;
|
||||
|
||||
Reference in New Issue
Block a user