Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 1 | package: "com.android.server.backup" |
| 2 | |
| 3 | flag { |
| 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 Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | flag { |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 13 | name: "enable_metrics_system_backup_agents" |
beatricemarch | 463cd9e | 2024-01-25 09:50:41 +0000 | [diff] [blame^] | 14 | namespace: "onboarding" |
beatricemarch | 8817a6a | 2023-12-11 11:35:38 +0000 | [diff] [blame] | 15 | 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 | |
| 21 | flag { |
Piyush Mehrotra | a10db39 | 2024-01-09 20:15:16 +0000 | [diff] [blame] | 22 | 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 |
Ruslan Tkhakokhov | f361f21 | 2023-11-01 19:36:33 +0000 | [diff] [blame] | 27 | } |