Merge "[RESTRICT AUTOMERGE] Workaround to dump error log instead of exception" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d5419b7fb5
@@ -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