Skip to content

Commit 08d842a

Browse files
Dianne HackbornAndroid Code Review
authored andcommitted
Merge "Corrected debug message in WindowManager"
2 parents b79781a + 6c3da7f commit 08d842a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/WindowManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5478,7 +5478,7 @@ public String toString() {
54785478
+ " fin=" + finished + " gfw=" + gotFirstWindow
54795479
+ " ed=" + eventDispatching + " tts=" + timeToSwitch
54805480
+ " wf=" + wasFrozen + " fp=" + focusPaused
5481-
+ " mcf=" + mCurrentFocus + "}}";
5481+
+ " mcf=" + curFocus + "}}";
54825482
}
54835483
};
54845484
private DispatchState mDispatchState = null;

0 commit comments

Comments
 (0)