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

Commit b40cfc6e authored by Chavi Weingarten's avatar Chavi Weingarten
Browse files

Downgrade log from error to warn in VRI

An unepxected error log is occuring, but there are not other issues.
Downgrade to a warning and see if other cases occur that can be
inspected.

Test: N/A
Bug: 279792954
Change-Id: I6763b9f95c37b931445901ec3739ce969138abe8
parent 1d8d37bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11317,7 +11317,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();
                    }