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

Commit 3ec6fc46 authored by Alex Chau's avatar Alex Chau
Browse files

Log display size and bounds returned from each dispaly

Bug: 211775278
Test: manual
Change-Id: I87389ccae5dee2c9a474e93cf8466a11ab6b49d4
parent 1b077203
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -353,6 +353,8 @@ public class DisplayController implements DisplayListener, ComponentCallbacks, S
                    mPerDisplayBounds.put(displayKey, displayBounds);
                }
            }
            Log.d("b/211775278", "displayId: " + displayId + ", currentSize: " + currentSize);
            Log.d("b/211775278", "perDisplayBounds: " + mPerDisplayBounds);
        }

        private static Set<WindowBounds> getSupportedBoundsForDisplay(Display display, Point size) {