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

Unified Diff: components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Assert that job scheduled successfully 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: components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
diff --git a/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java b/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
index 1286b4e2f328ea3b1405ce9d20f1a26c3e3c38b6..f154464335033eabb273132a2b8f8513aa538392 100644
--- a/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
+++ b/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
@@ -14,6 +14,8 @@ public final class TaskIds {
public static final int GCM_BACKGROUND_TASK_JOB_ID = 1;
public static final int NOTIFICATION_SERVICE_JOB_ID = 21;
+ public static final int WEBVIEW_MINIDUMP_UPLOADING_JOB_ID = 42;
+ public static final int CHROME_MINIDUMP_UPLOADING_JOB_ID = 43;
public static final int OFFLINE_PAGES_BACKGROUND_JOB_ID = 77;
private TaskIds() {}

Powered by Google App Engine
This is Rietveld 408576698