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

Commit 88bf6084 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #3175809: system_server crash with SEGV_MAPERR (IKXEVEREST-1372)"

parents ad2ff860 87fc3082
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -11344,8 +11344,12 @@ public class WindowManagerService extends IWindowManager.Stub
            if (mToBottomApps.size() > 0) {
                pw.print("  mToBottomApps="); pw.println(mToBottomApps);
            }
            if (mDisplay != null) {
                pw.print("  DisplayWidth="); pw.print(mDisplay.getWidth());
                        pw.print(" DisplayHeight="); pw.println(mDisplay.getHeight());
            } else {
                pw.println("  NO DISPLAY");
            }
        }
    }