Log display size and bounds returned from each dispaly

Bug: 211775278
Test: manual
Change-Id: I87389ccae5dee2c9a474e93cf8466a11ab6b49d4
This commit is contained in:
Alex Chau
2022-01-20 16:01:27 +00:00
parent 1b077203d6
commit 3ec6fc46cf

View File

@@ -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) {