mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add a new production flag for metrics logging
BUG:14909963 Change-Id: I2d48c5b7d959d9bb95afe2cd3cbd16b27092a054
This commit is contained in:
parent
17f326b745
commit
17eeecdf49
@ -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
Block a user