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

Commit 08d842ab authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Code Review
Browse files

Merge "Corrected debug message in WindowManager"

parents b79781af 6c3da7fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5478,7 +5478,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        + " fin=" + finished + " gfw=" + gotFirstWindow
                        + " ed=" + eventDispatching + " tts=" + timeToSwitch
                        + " wf=" + wasFrozen + " fp=" + focusPaused
                        + " mcf=" + mCurrentFocus + "}}";
                        + " mcf=" + curFocus + "}}";
            }
        };
        private DispatchState mDispatchState = null;