Add a new production flag for metrics logging
BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054
This commit is contained in:
parent
17f326b745
commit
17eeecdf49
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue