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

Unified Diff: chrome/android/java/AndroidManifest.xml

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: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 941958a4dddfb5626c87afcf6e030a501f05478b..2fb3e122a0dbc9c1d98f2c4ce54680f19761795a 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -811,6 +811,11 @@ by a child template that "extends" this file.
</intent-filter>
</service>
<service android:name="android.support.customtabs.PostMessageService" />
+
+ <!-- Crash reporting services. -->
+ <service android:name="org.chromium.chrome.browser.crash.ChromeMinidumpUploadJobService"
+ android:permission="android.permission.BIND_JOB_SERVICE"
+ android:exported="false"/>
<service android:name="org.chromium.chrome.browser.crash.MinidumpUploadService"
android:exported="false"/>

Powered by Google App Engine
This is Rietveld 408576698