aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LogStatement.java
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2013-02-01 16:33:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-01 16:33:42 +0000
commit0cafd6580c05de2b718652cdced8e7072efa3a21 (patch)
tree5cf6f2b12e6031f77843053f73f05b553b5e1375 /java/src/com/android/inputmethod/research/LogStatement.java
parent5bdd7bab11cee1be86d8ab3e2167059eb9d682e2 (diff)
parentc20a415e151404414c0195fdd8a64918452d8027 (diff)
downloadlatinime-0cafd6580c05de2b718652cdced8e7072efa3a21.tar.gz
latinime-0cafd6580c05de2b718652cdced8e7072efa3a21.tar.xz
latinime-0cafd6580c05de2b718652cdced8e7072efa3a21.zip
Merge "[Rlog48a] Update and make logging strings consistent"
Diffstat (limited to 'java/src/com/android/inputmethod/research/LogStatement.java')
-rw-r--r--java/src/com/android/inputmethod/research/LogStatement.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/research/LogStatement.java b/java/src/com/android/inputmethod/research/LogStatement.java
index 090c58e27..1d83e1a86 100644
--- a/java/src/com/android/inputmethod/research/LogStatement.java
+++ b/java/src/com/android/inputmethod/research/LogStatement.java
@@ -29,13 +29,12 @@ class LogStatement {
"PointerTrackerCallListenerOnCodeInput";
public static final String KEY_CODE = "code";
public static final String VALUE_RESEARCH = "research";
- public static final String TYPE_LATIN_KEYBOARD_VIEW_ON_LONG_PRESS =
- "LatinKeyboardViewOnLongPress";
+ public static final String TYPE_MAIN_KEYBOARD_VIEW_ON_LONG_PRESS =
+ "MainKeyboardViewOnLongPress";
public static final String ACTION = "action";
public static final String VALUE_DOWN = "DOWN";
- public static final String TYPE_LATIN_KEYBOARD_VIEW_PROCESS_MOTION_EVENTS =
- "LatinKeyboardViewProcessMotionEvents";
- public static final String KEY_LOGGING_RELATED = "loggingRelated";
+ public static final String TYPE_MOTION_EVENT = "MotionEvent";
+ public static final String KEY_IS_LOGGING_RELATED = "isLoggingRelated";
// Name specifying the LogStatement type.
private final String mType;