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: "executable_method_file_offsets" 22 namespace: "system_performance" 23 bug: "296108553" 24 description: "Whether the ART executable method file offsets API is available. Mirrors identical flag in com.android.art." 25 is_fixed_read_only: true 26} 27