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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user