aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LogStatement.java
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2013-02-05 12:14:03 -0800
committerKurt Partridge <kep@google.com>2013-02-12 20:48:44 -0800
commit531dd150eb1ddf88cb09c404a14834893c82f960 (patch)
treec4dce1395609c9d98415cbaf6bec29246115cc0a /java/src/com/android/inputmethod/research/LogStatement.java
parent69cc3cfe1f2fd1ce3bea7752745f4f0c7a35aa3a (diff)
downloadlatinime-531dd150eb1ddf88cb09c404a14834893c82f960.tar.gz
latinime-531dd150eb1ddf88cb09c404a14834893c82f960.tar.xz
latinime-531dd150eb1ddf88cb09c404a14834893c82f960.zip
Cleanup in preparation for tests
multi-project commit with I1212da392ecda0ad78962da68941870b5a651eee Change-Id: Ie74af59d4e45bf954723fee9dcf350a36468c381
Diffstat (limited to 'java/src/com/android/inputmethod/research/LogStatement.java')
-rw-r--r--java/src/com/android/inputmethod/research/LogStatement.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/research/LogStatement.java b/java/src/com/android/inputmethod/research/LogStatement.java
index 059146ae6..09b12fcfa 100644
--- a/java/src/com/android/inputmethod/research/LogStatement.java
+++ b/java/src/com/android/inputmethod/research/LogStatement.java
@@ -35,7 +35,7 @@ import java.io.IOException;
* associated with the {@code String[] keys} are likely to reveal information about the user. The
* actual values are stored separately.
*/
-class LogStatement {
+public class LogStatement {
private static final String TAG = LogStatement.class.getSimpleName();
private static final boolean DEBUG = false && ProductionFlag.IS_EXPERIMENTAL_DEBUG;
@@ -166,6 +166,8 @@ class LogStatement {
/**
* Write the contents out through jsonWriter.
*
+ * The JsonWriter class must have already had {@code JsonWriter.beginArray} called on it.
+ *
* Note that this method is not thread safe for the same jsonWriter. Callers must ensure
* thread safety.
*/