commit | 17eeecdf49450219437a2f5186eb764d2f0f9189 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu May 22 16:57:52 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Thu May 22 16:57:52 2014 +0900 |
tree | 2f5bf72801181cca99d51e5e54668ce693885c48 | |
parent | 17f326b7458c2bde2569e283a96e703755485328 [diff] |
Add a new production flag for metrics logging BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054
diff --git a/java/src/com/android/inputmethod/latin/define/ProductionFlag.java b/java/src/com/android/inputmethod/latin/define/ProductionFlag.java index af899c0..761f457 100644 --- a/java/src/com/android/inputmethod/latin/define/ProductionFlag.java +++ b/java/src/com/android/inputmethod/latin/define/ProductionFlag.java
@@ -38,4 +38,7 @@ // Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}. public static final boolean INCLUDE_RAW_SUGGESTIONS = false; + + // When false, the metrics logging is not yet ready to be enabled. + public static final boolean IS_METRICS_LOGGING_SUPPORTED = false; }