• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.os.statsd.flags"
2container: "com.android.os.statsd"
3
4flag {
5  name: "parallel_pulls"
6  namespace: "statsd"
7  description: "Whether to enable parallel pulls on alarms."
8  bug: "390014362"
9  metadata {
10    purpose: PURPOSE_BUGFIX
11  }
12}
13
14flag {
15  name: "trigger_uprobestats"
16  namespace: "statsd"
17  description: "Whether to call AUprobestatsClient_startUprobestats."
18  bug: "296108553"
19  is_fixed_read_only: true
20}
21
22flag {
23    name: "enable_iouring"
24    namespace: "statsd"
25    description: "Enables iouring implementation of the statsd"
26    bug: "380509817"
27    is_fixed_read_only: true
28}
29
30flag {
31    name: "enable_logging_rate_stats_collection"
32    namespace: "statsd"
33    description: "Enables atoms logging rate distribution per atom id collection"
34    bug: "382574781"
35    is_fixed_read_only: true
36}
37