Add a new production flag for metrics logging

BUG:14909963
Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054
main
Yohei Yukawa 2014-05-22 16:57:52 +09:00
parent 17f326b745
commit 17eeecdf49
1 changed files with 3 additions and 0 deletions

View File

@ -38,4 +38,7 @@ public final class ProductionFlag {
// 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;
}