Skip to content
Snippets Groups Projects
Commit 7c6f57d1 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Add a new production flag for metrics logging"

parents 64120548 17eeecdf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment