Add debug log for subtypes.

Change-Id: I7941adeab3357db1ceb7bc0c9c01a01d6ac9cf98
main
satok 2011-01-17 23:26:18 +09:00
parent d5a6b910e8
commit 7766340cac
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());