am 7c6f57d1: Merge "Add a new production flag for metrics logging"
* commit '7c6f57d147063ce2c3f9493f8c1dbd57a50751f7': Add a new production flag for metrics loggingmain
commit
82a6fc0c3f
|
@ -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 New Issue