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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: MinidumpUploadService 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 85b994c21e8e77e6dec85c1a5a81c22ddfce0051..7df4686342bbf59dc627c7cc1743dbb4847d28dd 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2816,6 +2816,21 @@
]
}
],
+ "UploadCrashReportsUsingJobScheduler": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "UploadCrashReportsUsingJobScheduler"
+ ]
+ }
+ ]
+ }
+ ],
"V8CacheStrategiesForCacheStorage": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698