From 46d4525abc4a07a7ac04880acd7a727e1348c997 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Tue, 9 Feb 2010 15:48:57 -0800 Subject: [PATCH] Print the snapshot focus rather than the Window Manager's actual current focus when dumping key-timeout information around an ANR. Change-Id: Ia70a71029663fa134078ea9ab40f0a6a7f3945ea --- services/java/com/android/server/WindowManagerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/java/com/android/server/WindowManagerService.java b/services/java/com/android/server/WindowManagerService.java index 263e6dbd0c755..b57e543508515 100644 --- a/services/java/com/android/server/WindowManagerService.java +++ b/services/java/com/android/server/WindowManagerService.java @@ -5477,7 +5477,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;