Closed jukiginanjar closed 3 years ago
@jukiginanjar
While you could probably do that, I'd generally advise against that approach.
The most important reason is that you'd want your crash reporting service to be in its own process and to be as independent as possible from any other process of your app. If your app process dies crashes for whatever reason, that gives the crash reporting service a better chance to do its thing and send the crash information to the RG backend.
Got it, thanks
Hi team,
Is it safe if I remove
android:process=":crashreportingpostservice
soCrashReportingPostService
will run only in main process? My intention is, I want to make sure my Application only run in one process, Pls advise.Thanks.