aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/LogUnit.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/LogUnit.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/LogUnit.java')
-rw-r--r--java/src/com/android/inputmethod/research/LogUnit.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/research/LogUnit.java b/java/src/com/android/inputmethod/research/LogUnit.java
index a584a3af6..1a9a720f3 100644
--- a/java/src/com/android/inputmethod/research/LogUnit.java
+++ b/java/src/com/android/inputmethod/research/LogUnit.java
@@ -110,7 +110,13 @@ import java.util.List;
}
/**
- * Publish the contents of this LogUnit to researchLog.
+ * Publish the contents of this LogUnit to {@code researchLog}.
+ *
+ * For each publishable {@code LogStatement}, invoke {@link LogStatement#outputToLocked}.
+ *
+ * @param researchLog where to publish the contents of this {@code LogUnit}
+ * @param canIncludePrivateData whether the private data in this {@code LogUnit} should be
+ * included
*/
public synchronized void publishTo(final ResearchLog researchLog,
final boolean canIncludePrivateData) {