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

Commit 54f25b4a authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

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

To help figure-out root cause of issue.

Bug: 72893961
Test: Builds
Change-Id: If1ae4f80f01490e2460b0a9db7a481fa2c0046e8
parent 64265d4d
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));
            }
        }
    }