Loading services/core/java/com/android/server/wm/DisplayWindowController.java +3 −1 Original line number Diff line number Diff line Loading @@ -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)); } } } Loading Loading
services/core/java/com/android/server/wm/DisplayWindowController.java +3 −1 Original line number Diff line number Diff line Loading @@ -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)); } } } Loading