Avoid DisplayController.currentSize from being stuck at wrong value

- Update Info when perDisplayBounds has changed
- Add more detailed logging to displayInfo, realBounds and perDisplayBounds
- Add perDisplayBounds to dumpsys and replace supportedBounds

Bug: 233562339
Test: manual
Change-Id: I9a040e8465a8b0a2dcde61bab06c6ca1df3006da
This commit is contained in:
Alex Chau
2022-05-27 16:05:34 +01:00
parent 4cd75a1aae
commit 80d36083c2
2 changed files with 20 additions and 4 deletions
@@ -76,6 +76,7 @@ public class WindowBounds {
+ "bounds=" + bounds
+ ", insets=" + insets
+ ", availableSize=" + availableSize
+ ", rotationHint=" + rotationHint
+ '}';
}