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

Commit 6ca9a6fd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Correct displayId info in log when WMS#addWindow returned ADD_INVALID_DISPLAY"

parents 37224d71 310125a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1410,7 +1410,8 @@ public class WindowManagerService extends IWindowManager.Stub
            if (!displayContent.hasAccess(session.mUid)) {
                ProtoLog.w(WM_ERROR,
                        "Attempted to add window to a display for which the application "
                                + "does not have access: %d.  Aborting.", displayId);
                                + "does not have access: %d.  Aborting.",
                        displayContent.getDisplayId());
                return WindowManagerGlobal.ADD_INVALID_DISPLAY;
            }