Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2778353002: [Merge] [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 75a55d4be853097fcd17bf2988fa8e3baef3b53b..6df5880b82f3b02abc52f6de5cced115da866cb5 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2802,6 +2802,21 @@
]
}
],
+ "UploadCrashReportsUsingJobScheduler": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "UploadCrashReportsUsingJobScheduler"
+ ]
+ }
+ ]
+ }
+ ],
"UseConsolidatedStartupFlow": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698