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

Commit 03e04b03 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

WindowInfosListenerForTest: Dump displayId in toString

Bug: 290655226
Test: Presubmit
Change-Id: Id1192b00e444fbbe2b937302979fd73897a355c6
parent d18fb4e8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ public class WindowInfosListenerForTest {

        @Override
        public String toString() {
            return name + ", frame=" + bounds
            return name + ", displayId=" + displayId
                    + ", frame=" + bounds
                    + ", isVisible=" + isVisible
                    + ", isTrustedOverlay=" + isTrustedOverlay
                    + ", token=" + windowToken;