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

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

Merge "Added more info. to exception while creating display in WM."

parents 0b0ebb61 54f25b4a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,7 +50,9 @@ public class DisplayWindowController
            }

            if (mContainer == null) {
                throw new IllegalArgumentException("Trying to add displayId=" + displayId);
                throw new IllegalArgumentException("Trying to add displayId=" + displayId
                        + " display=" + display
                        + " dc=" + mRoot.getDisplayContent(displayId));
            }
        }
    }