Commit ae41d1d5 authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Field trial testing config: ReportPoorConnectivity

This corresponds to Finch config changes in cl/330803332

Bug: 1079380,1079396
Change-Id: I3a390cc7e1b2c398ee5bed317fda8d7e8f569121
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403590Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#806345}
parent bbbe7c55
...@@ -5954,6 +5954,25 @@ ...@@ -5954,6 +5954,25 @@
] ]
} }
], ],
"ReportPoorConnectivity": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled_2500_v1",
"params": {
"inactivity_threshold_ms": "2500"
},
"enable_features": [
"PreemptiveMobileNetworkActivation",
"ReportPoorConnectivity"
]
}
]
}
],
"ReportSaveDataSavings": [ "ReportSaveDataSavings": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment