blob: 52e0cbbda03ac4bcf40fb92d95433fddbb809822 [file] [log] [blame]
Sanal Buvaev4e02cf02024-01-26 17:10:50 +00001package: "android.crashrecovery.flags"
Harshit Mahajan067e0eb2024-04-23 12:40:42 +00002container: "system"
Sanal Buvaev4e02cf02024-01-26 17:10:50 +00003
4flag {
5 name: "recoverability_detection"
Harshit Mahajan067e0eb2024-04-23 12:40:42 +00006 namespace: "package_manager_service"
Sanal Buvaev4e02cf02024-01-26 17:10:50 +00007 description: "Feature flag for recoverability detection"
8 bug: "310236690"
9 is_fixed_read_only: true
Harshit Mahajan067e0eb2024-04-23 12:40:42 +000010}
11
12flag {
13 name: "enable_crashrecovery"
14 is_exported: true
Alexei Nicoaracb371132024-06-12 14:41:02 +010015 namespace: "modularization"
Harshit Mahajan067e0eb2024-04-23 12:40:42 +000016 description: "Enables various dependencies of crashrecovery module"
17 bug: "289203818"
18}
19
20flag {
21 name: "allow_rescue_party_flag_resets"
Alexei Nicoaracb371132024-06-12 14:41:02 +010022 namespace: "modularization"
Harshit Mahajan067e0eb2024-04-23 12:40:42 +000023 description: "Enables rescue party flag resets"
24 bug: "287618292"
25 is_fixed_read_only: true
26}
Alexei Nicoaracb371132024-06-12 14:41:02 +010027
28flag {
Alexei Nicoara7f3fcc72024-06-26 18:20:53 +010029 name: "deprecate_flags_and_settings_resets"
Alexei Nicoaracb371132024-06-12 14:41:02 +010030 namespace: "modularization"
Alexei Nicoara7f3fcc72024-06-26 18:20:53 +010031 description: "Deletes flag and settings resets"
Alexei Nicoaracb371132024-06-12 14:41:02 +010032 bug: "333847376"
33}
Harshit Mahajan09ced8a2024-07-02 19:00:18 +000034
35flag {
36 name: "refactor_crashrecovery"
37 namespace: "modularization"
38 description: "Refactor required CrashRecovery code"
39 bug: "289203818"
40 is_fixed_read_only: true
41}