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

Commit 3b56ac3d authored by Tiger's avatar Tiger
Browse files

Remove debug log for empty frame

The target bug has been closed.

Bug: 298562855
Test: presubmit
Change-Id: Ic0582afaccfb378ae5996a7642b120c600687637
parent c11a0da8
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2493,14 +2493,6 @@ public class WindowManagerService extends IWindowManager.Stub
                outInsetsState.set(win.getCompatInsetsState(), true /* copySources */);
            }

            // TODO (b/298562855): Remove this after identifying the reason why the frame is empty.
            if (win.mAttrs.providedInsets != null && win.getFrame().isEmpty()) {
                Slog.w(TAG, "Empty frame of " + win
                        + " configChanged=" + configChanged
                        + " frame=" + win.getFrame().toShortString()
                        + " attrs=" + attrs);
            }

            ProtoLog.v(WM_DEBUG_FOCUS, "Relayout of %s: focusMayChange=%b",
                    win, focusMayChange);