aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-15 10:08:23 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-15 10:08:23 -0800
commitb9f71631da225cc75079d2ed952fee88e3b7c748 (patch)
tree55c6239553e2afe7d351329c62955f49035838ed /java/src/com/android/inputmethod/latin/LatinIME.java
parentb0980f0d9029671e300a4bcfee50a0694b519368 (diff)
parente35e13fc7dc046be7f605cbfc706678f57e40491 (diff)
downloadlatinime-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.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;