• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.uprobestats.mainline.flags"
2container: "com.android.uprobestats"
3
4flag {
5    name: "enable_uprobestats"
6    namespace: "system_performance"
7    description: "Whether to enable uprobestats."
8    bug: "296108553"
9    is_fixed_read_only: true
10}
11
12flag {
13    name: "uprobestats_support_update_device_idle_temp_allowlist"
14    namespace: "system_performance"
15    description: "Whether to enable uprobestats support of logging update_device_idle_temp_allowlist."
16    bug: "296108553"
17    is_fixed_read_only: true
18}
19
20flag {
21    name: "uprobestats_monitor_disruptive_app_activities"
22    namespace: "responsible_apis"
23    description: "Whether to enable uprobestats support of monitoring disruptive app activities"
24    bug: "395129335"
25    is_fixed_read_only: true
26}
27
28flag {
29    name: "executable_method_file_offsets"
30    namespace: "system_performance"
31    bug: "296108553"
32    description: "Whether the ART executable method file offsets API is available. Mirrors identical flag in com.android.art."
33    is_fixed_read_only: true
34}
35