mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 7766340c
: Add debug log for subtypes.
* commit '7766340cac9b79408c307e05460e30d7aca899e0': Add debug log for subtypes.
This commit is contained in:
commit
09882fae81
@ -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
Block a user