aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-13 23:31:43 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-12-13 23:31:43 -0800
commite35e13fc7dc046be7f605cbfc706678f57e40491 (patch)
tree55c6239553e2afe7d351329c62955f49035838ed /java/src/com/android/inputmethod/latin/LatinIME.java
parent689b90115633146bcdea81bf89cdfe2f9a88c0a7 (diff)
parent7ef235f53f2291f22ddf8c56be9860a218b25bbb (diff)
downloadlatinime-e35e13fc7dc046be7f605cbfc706678f57e40491.tar.gz
latinime-e35e13fc7dc046be7f605cbfc706678f57e40491.tar.xz
latinime-e35e13fc7dc046be7f605cbfc706678f57e40491.zip
Merge "Record onStartInputView"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java1
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;