Merge "Downgrade log from error to warn in VRI" into udc-dev

This commit is contained in:
Chavi Weingarten
2023-05-01 21:30:55 +00:00
committed by Android (Google) Code Review

View File

@@ -11325,7 +11325,7 @@ public final class ViewRootImpl implements ViewParent,
// to sync the same frame in the same BBQ. That shouldn't be possible, but
// if it did happen, invoke markSyncReady so the active SSG doesn't get
// stuck.
Log.e(mTag, "Unable to syncNextTransaction. Possibly something else is"
Log.w(mTag, "Unable to syncNextTransaction. Possibly something else is"
+ " trying to sync?");
surfaceSyncGroup.markSyncReady();
}