update logging

This commit is contained in:
Helium314 2024-07-25 07:04:45 +02:00
parent 136b45880e
commit 28ba8a7a72
2 changed files with 17 additions and 17 deletions

View file

@ -926,7 +926,7 @@ public class LatinIME extends InputMethodService implements
+ ", word caps = "
+ ((editorInfo.inputType & InputType.TYPE_TEXT_FLAG_CAP_WORDS) != 0));
}
Log.i(TAG, "Starting input. Cursor position = " + editorInfo.initialSelStart + "," + editorInfo.initialSelEnd);
Log.i(TAG, (restarting ? "Res" : "S") +"tarting input. Cursor position = " + editorInfo.initialSelStart + "," + editorInfo.initialSelEnd);
// In landscape mode, this method gets called without the input view being created.
if (mainKeyboardView == null) {