summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/InputMethodManagerService.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-22 13:13:02 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-22 13:13:02 -0700
commit2bccea2461556a525c5c65be0364b5b9404c8651 (patch)
tree15977466fa3f1928077de3b93c3a27fb471c83cc /services/java/com/android/server/InputMethodManagerService.java
parent12fd5db435043681371ca7e9694744d71b6ba271 (diff)
parentac92087a9a1c464d4b0a58c82dae01cbaa088e89 (diff)
Merge "Fix issue #6499411: Characters not displayed (but suggestion bar is working)" into jb-dev
Diffstat (limited to 'services/java/com/android/server/InputMethodManagerService.java')
-rw-r--r--services/java/com/android/server/InputMethodManagerService.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/java/com/android/server/InputMethodManagerService.java b/services/java/com/android/server/InputMethodManagerService.java
index ff14568c8956..b97905782653 100644
--- a/services/java/com/android/server/InputMethodManagerService.java
+++ b/services/java/com/android/server/InputMethodManagerService.java
@@ -1667,7 +1667,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
}
if (mCurFocusedWindow == windowToken) {
- Slog.w(TAG, "Window already focused, ignoring focus gain of: " + client);
+ Slog.w(TAG, "Window already focused, ignoring focus gain of: " + client
+ + " attribute=" + attribute);
if (attribute != null) {
return startInputUncheckedLocked(cs, inputContext, attribute,
controlFlags);