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

Commit ccf39070 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flags for time zone telemetry logging." into main

parents 6229a022 496d423d
Loading
Loading
Loading
Loading
+25 −1
Original line number Original line Diff line number Diff line
@@ -17,3 +17,27 @@ flag {
    description: "Enable the fused time zone detector for time zone detection"
    description: "Enable the fused time zone detector for time zone detection"
    bug: "394770805"
    bug: "394770805"
}
}

flag {
    name: "enable_automatic_time_zone_rejection_logging"
    # "location" is used by the Android System Time team for feature flags.
    namespace: "location"
    description: "Enable logging of rejections of automatic time zone changes events."
    bug: "417458133"
}

flag {
    name: "enable_time_zone_transition_telemetry_logging"
    # "location" is used by the Android System Time team for feature flags.
    namespace: "location"
    description: "Enable logging of time zone transitions."
    bug: "417458133"
}

flag {
    name: "enable_permanent_time_zone_correctness_telemetry_logging"
    # "location" is used by the Android System Time team for feature flags.
    namespace: "location"
    description: "Enable logging of time zone providers inconsistencies."
    bug: "417458133"
}