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

Commit 20ee6bf2 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Automerger Merge Worker
Browse files

Merge "Downgrade log from error to warn in VRI" into udc-dev am: d8cd43b4 am: e7f3734b

parents 7a257c06 e7f3734b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
                    }