Skip to content
Snippets Groups Projects
Commit 7766340c authored by satok's avatar satok
Browse files

Add debug log for subtypes.

Change-Id: I7941adeab3357db1ceb7bc0c9c01a01d6ac9cf98
parent d5a6b910
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment