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

Unified Diff: android_webview/apk/java/AndroidManifest.xml

Issue 2709403003: [Android Crash Reporting] Componentize MinidumpUploadJobService.java (Closed)
Patch Set: Init ContextUtils from Webview implemenation only Created 3 years, 10 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: android_webview/apk/java/AndroidManifest.xml
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
index 9d138b8ae2a5f978633513c40c8922f4feeed898..9c425940100fc579b24fc6c1c3abd65461fd0341 100644
--- a/android_webview/apk/java/AndroidManifest.xml
+++ b/android_webview/apk/java/AndroidManifest.xml
@@ -41,7 +41,7 @@
<service android:name="org.chromium.android_webview.crash.CrashReceiverService"
android:exported="true"
android:process=":crash_receiver_service"/>
- <service android:name="org.chromium.android_webview.crash.MinidumpUploadJobService"
+ <service android:name="org.chromium.android_webview.crash.AwMinidumpUploadJobService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="true"
android:process=":crash_receiver_service"/>
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/java/src/org/chromium/android_webview/crash/AwMinidumpUploadJobService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698