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

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

Merge "Log display size and bounds returned from each dispaly"

parents dfa4424d 3ec6fc46
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) {