diff options
author | 2011-12-15 10:08:23 -0800 | |
---|---|---|
committer | 2011-12-15 10:08:23 -0800 | |
commit | b9f71631da225cc75079d2ed952fee88e3b7c748 (patch) | |
tree | 55c6239553e2afe7d351329c62955f49035838ed /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | b0980f0d9029671e300a4bcfee50a0694b519368 (diff) | |
parent | e35e13fc7dc046be7f605cbfc706678f57e40491 (diff) | |
download | latinime-b9f71631da225cc75079d2ed952fee88e3b7c748.tar.gz latinime-b9f71631da225cc75079d2ed952fee88e3b7c748.tar.xz latinime-b9f71631da225cc75079d2ed952fee88e3b7c748.zip |
am e35e13fc: Merge "Record onStartInputView"
* commit 'e35e13fc7dc046be7f605cbfc706678f57e40491':
Record onStartInputView
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 34699a47b..eb2f7971e 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -722,6 +722,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar : String.format("inputType=0x%08x imeOptions=0x%08x", editorInfo.inputType, editorInfo.imeOptions))); } + LatinImeLogger.onStartInputView(editorInfo); // In landscape mode, this method gets called without the input view being created. if (inputView == null) { return; |