Merge "Add a new production flag for metrics logging"

main
Yohei Yukawa 2014-05-22 08:30:19 +00:00 committed by Android (Google) Code Review
commit 7c6f57d147
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;
}