am 09882fae: am 7766340c: Add debug log for subtypes.
* commit '09882fae81e10f783a491373b6cad4e7aac7279f': Add debug log for subtypes.main
commit
5327e9a32c
|
@ -155,6 +155,7 @@ public class SubtypeSwitcher {
|
||||||
&& mIsSystemLanguageSameAsInputLanguage);
|
&& mIsSystemLanguageSameAsInputLanguage);
|
||||||
if (foundCurrentSubtypeBecameDisabled) {
|
if (foundCurrentSubtypeBecameDisabled) {
|
||||||
if (DBG) {
|
if (DBG) {
|
||||||
|
Log.w(TAG, "Current subtype: " + mInputLocaleStr + ", " + mMode);
|
||||||
Log.w(TAG, "Last subtype was disabled. Update to the current one.");
|
Log.w(TAG, "Last subtype was disabled. Update to the current one.");
|
||||||
}
|
}
|
||||||
updateSubtype(mImm.getCurrentInputMethodSubtype());
|
updateSubtype(mImm.getCurrentInputMethodSubtype());
|
||||||
|
|
Loading…
Reference in New Issue