diff options
author | 2011-01-18 08:49:38 -0800 | |
---|---|---|
committer | 2011-01-18 08:49:38 -0800 | |
commit | 5327e9a32cc6774189f87d0a9a3e2bb8889dc0f2 (patch) | |
tree | 622b1714b71e24ed4feb3bbdfac4720b9cd23d9a /java | |
parent | 886d800efd77c97cf0c1e2f44a39607e34699cf7 (diff) | |
parent | 09882fae81e10f783a491373b6cad4e7aac7279f (diff) | |
download | latinime-5327e9a32cc6774189f87d0a9a3e2bb8889dc0f2.tar.gz latinime-5327e9a32cc6774189f87d0a9a3e2bb8889dc0f2.tar.xz latinime-5327e9a32cc6774189f87d0a9a3e2bb8889dc0f2.zip |
am 09882fae: am 7766340c: Add debug log for subtypes.
* commit '09882fae81e10f783a491373b6cad4e7aac7279f':
Add debug log for subtypes.
Diffstat (limited to 'java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/SubtypeSwitcher.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java b/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java index 21c99fe09..b765fad3f 100644 --- a/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java +++ b/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java @@ -155,6 +155,7 @@ public class SubtypeSwitcher { && mIsSystemLanguageSameAsInputLanguage); if (foundCurrentSubtypeBecameDisabled) { if (DBG) { + Log.w(TAG, "Current subtype: " + mInputLocaleStr + ", " + mMode); Log.w(TAG, "Last subtype was disabled. Update to the current one."); } updateSubtype(mImm.getCurrentInputMethodSubtype()); |