blob: 74adfe08dba76d61237fa026bdaf8ad3ffbb93b2 [file] [log] [blame]
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +00001package: "com.android.server.backup"
2
3flag {
4 name: "enable_skipping_restore_launched_apps"
5 namespace: "onboarding"
6 description: "Enforce behavior determined by BackupTransport implementation on whether to skip "
7 "restore for apps that have been launched."
8 bug: "308401499"
9 is_fixed_read_only: true
Piyush Mehrotraa10db392024-01-09 20:15:16 +000010}
11
12flag {
beatricemarch8817a6a2023-12-11 11:35:38 +000013 name: "enable_metrics_system_backup_agents"
beatricemarch463cd9e2024-01-25 09:50:41 +000014 namespace: "onboarding"
beatricemarch8817a6a2023-12-11 11:35:38 +000015 description: "Enable SystemBackupAgent to collect B&R agent metrics by passing an instance of "
16 "the logger to each BackupHelper."
17 bug: "296844513"
18 is_fixed_read_only: true
19}
20
21flag {
Piyush Mehrotraa10db392024-01-09 20:15:16 +000022 name: "enable_max_size_writes_to_pipes"
23 namespace: "onboarding"
24 description: "Enables the write buffer to pipes to be of maximum size."
25 bug: "265976737"
26 is_fixed_read_only: true
Sarp Misoglud13c86c2024-01-25 18:43:57 +000027}
28
29flag {
30 name: "enable_clear_pipe_after_restore_file"
31 namespace: "onboarding"
32 description: "Enables clearing the pipe buffer after restoring a single file to a BackupAgent."
33 bug: "320633449"
34 is_fixed_read_only: true
beatricemarch821a48f2024-01-31 10:59:13 +000035}
36
37flag {
beatricemarch3f2eaed2024-02-01 14:08:47 +000038 name: "enable_v_to_u_restore_for_system_components_in_allowlist"
39 namespace: "onboarding"
40 description: "Enables system components to opt in to support restore in V to U downgrade "
41 "scenario without opting in for restoreAnyVersion."
42 bug: "324233962"
43 is_fixed_read_only: true
44}
45
46flag {
beatricemarch821a48f2024-01-31 10:59:13 +000047 name: "enable_increase_datatypes_for_agent_logging"
48 namespace: "onboarding"
49 description: "Increase the number of a supported datatypes that an agent can define for its "
50 "logger."
51 bug: "296844513"
52 is_fixed_read_only: true
Piyush Mehrotraf11e8862024-03-28 12:04:24 +000053}
54
55flag {
56 name: "enable_increased_bmm_logging_for_restore_at_install"
57 namespace: "onboarding"
58 description: "Increase BMM logging coverage in restore at install flow."
59 bug: "331749778"
60 is_fixed_read_only: true
Ruslan Tkhakokhovf361f212023-11-01 19:36:33 +000061}