aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LogStatement.java
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2013-02-13 23:34:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-13 23:34:07 +0000
commitde3e5fbf9dfb2e4e34095e0c34e8aec8d8de02f5 (patch)
tree6cd54f049f8d7c83d273b243d144d53a95ffa5ca /java/src/com/android/inputmethod/research/LogStatement.java
parentd1f80f72e33f79ae8ed94a279a9969cc238a83a7 (diff)
parent531dd150eb1ddf88cb09c404a14834893c82f960 (diff)
downloadlatinime-de3e5fbf9dfb2e4e34095e0c34e8aec8d8de02f5.tar.gz
latinime-de3e5fbf9dfb2e4e34095e0c34e8aec8d8de02f5.tar.xz
latinime-de3e5fbf9dfb2e4e34095e0c34e8aec8d8de02f5.zip
Merge "Cleanup in preparation for tests"
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.
*/