Print the snapshot focus rather than the Window Manager's actual current focus

when dumping key-timeout information around an ANR.

Change-Id: Ia70a71029663fa134078ea9ab40f0a6a7f3945ea
This commit is contained in:
Christopher Tate
2010-02-09 15:48:57 -08:00
parent ba637f8736
commit 46d4525abc

View File

@@ -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;