diff options
| author | 2019-03-28 11:38:43 -0700 | |
|---|---|---|
| committer | 2019-03-28 11:59:09 -0700 | |
| commit | 4f73827dd852b15ecbb4459b8c4a370b09201ec2 (patch) | |
| tree | 738b8d02466b49df7ba08bf56cdb90878b212a0d | |
| parent | fd6523ec54cdd5693e80721ddb9095e95f6aa82c (diff) | |
Add more tags to dropbox low priority list
Bug: 119132031
Test: builds
Change-Id: Ia6226c53c4031b8c3014fa24d05e4f1884ecf876
| -rw-r--r-- | core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 05b5389ba0d8..951034e6adeb 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3989,8 +3989,14 @@ rated limited to a period defined by config_dropboxLowPriorityBroadcastRateLimitPeriod (high frequency broadcasts for the tag will be dropped) --> <string-array name="config_dropboxLowPriorityTags" translatable="false"> + <item>data_app_strictmode</item> + <item>data_app_wtf</item> <item>keymaster</item> + <item>netstats</item> + <item>system_app_strictmode</item> + <item>system_app_wtf</item> <item>system_server_strictmode</item> + <item>system_server_wtf</item> </string-array> </resources> |