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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Fully implemented, still needs tests 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 05682d527b468d2f99d8e6aa214bccf0e9e05ed2..5f694c8844bb7598c8617edc12f70ae4557ecc15 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2848,6 +2848,21 @@
]
}
],
+ "UploadCrashReportsUsingJobScheduler": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "UploadCrashReportsUsingJobScheduler"
+ ]
+ }
+ ]
+ }
+ ],
"UseConsolidatedStartupFlow": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698