[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: Ie96d965bbdbc58e111f1907636771263f4b23e41
This commit is contained in:
@@ -4910,7 +4910,8 @@ public final class ActivityThread extends ClientTransactionHandler
|
|||||||
Slog.w(TAG, "Activity top position already set to onTop=" + onTop);
|
Slog.w(TAG, "Activity top position already set to onTop=" + onTop);
|
||||||
return;
|
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;
|
r.isTopResumedActivity = onTop;
|
||||||
|
|||||||
Reference in New Issue
Block a user