Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}