1package: "com.android.os.statsd.flags"
2container: "com.android.os.statsd"
3
4flag {
5  name: "trigger_uprobestats"
6  namespace: "statsd"
7  description: "Whether to call AUprobestatsClient_startUprobestats."
8  bug: "296108553"
9  is_fixed_read_only: true
10}
11
12flag {
13    name: "enable_iouring"
14    namespace: "statsd"
15    description: "Enables iouring implementation of the statsd"
16    bug: "380509817"
17    is_fixed_read_only: true
18}
19
20