Loading services/core/java/com/android/server/wm/WindowManagerService.java +8 −0 Original line number Diff line number Diff line Loading @@ -2493,6 +2493,14 @@ 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); Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +8 −0 Original line number Diff line number Diff line Loading @@ -2493,6 +2493,14 @@ 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); Loading