am 7766340c: Add debug log for subtypes.

* commit '7766340cac9b79408c307e05460e30d7aca899e0':
  Add debug log for subtypes.
main
satok 2011-01-18 08:25:10 -08:00 committed by Android Git Automerger
commit 09882fae81
1 changed files with 1 additions and 0 deletions

View File

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