aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2012-12-20 09:55:18 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-20 09:55:18 -0800
commitae01e0149a65fed68d2354222b373666b641a97a (patch)
treebbb958ff87b90c972c63277fb491b15e33c760d2 /java/src
parent462e7077dce8b3cd268d606f8ae05b9fbe23ffcf (diff)
parent0214f70e0cba006c0b026642a769b127f96d1090 (diff)
downloadlatinime-ae01e0149a65fed68d2354222b373666b641a97a.tar.gz
latinime-ae01e0149a65fed68d2354222b373666b641a97a.tar.xz
latinime-ae01e0149a65fed68d2354222b373666b641a97a.zip
am 0214f70e: Merge "[Rlog8] Show red border if logging everything"
* commit '0214f70e0cba006c0b026642a769b127f96d1090': [Rlog8] Show red border if logging everything
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/research/ResearchLogger.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/research/ResearchLogger.java b/java/src/com/android/inputmethod/research/ResearchLogger.java
index 151190ad5..9edb18533 100644
--- a/java/src/com/android/inputmethod/research/ResearchLogger.java
+++ b/java/src/com/android/inputmethod/research/ResearchLogger.java
@@ -94,8 +94,12 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
private static final String FILENAME_SUFFIX = ".txt";
private static final SimpleDateFormat TIMESTAMP_DATEFORMAT =
new SimpleDateFormat("yyyyMMddHHmmssS", Locale.US);
+ // Whether to show an indicator on the screen that logging is on. Currently a very small red
+ // dot in the lower right hand corner. Most users should not notice it.
private static final boolean IS_SHOWING_INDICATOR = true;
- private static final boolean IS_SHOWING_INDICATOR_CLEARLY = false;
+ // Change the default indicator to something very visible. Currently two red vertical bars on
+ // either side of they keyboard.
+ private static final boolean IS_SHOWING_INDICATOR_CLEARLY = false || LOG_EVERYTHING;
public static final int FEEDBACK_WORD_BUFFER_SIZE = 5;
// constants related to specific log points