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

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

Merge "WindowInfosListenerForTest: Dump displayId in toString" into main

parents 8f6f59cf 03e04b03
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;