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

Commit b1c2654f authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Change log message to avoid confusing about display config update" into main

parents 29c44684 12fae4f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
        if (displayConfig != null) {
            mTransitionController.waitFor(displayConfig);
        } else if (mTransitionController.isShellTransitionsEnabled() && mLastHasContent) {
            Slog.e(TAG, "Display reconfigured outside of a transition: " + this);
            Slog.d(TAG, "Direct invocation of sendNewConfiguration: " + this);
        }
        final boolean configUpdated = updateDisplayOverrideConfigurationLocked();
        if (displayConfig != null) {