-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Home
F43nd1r edited this page Jan 8, 2018
·
32 revisions
Welcome to the acra wiki!
If you found a bug in ACRA, please file an issue in the Issues Tracker. You can also post your questions or suggestions to the Discussion Group.
Please Note :
- As of ACRA-4.8.0, ACRA uses the
SenderService
to send crash reports. TheSenderService
runs in a separate process to ensure that reports can be sent even when your own VM is dying from an unhandled exception. This means that a new instance of your application will be started and yourApplication.onCreate()
will be called again. If you are performing once only tasks inApplication.onCreate()
then check the name of the current process and don't do them if the process name is:acra
. You can useACRA.isSenderService()
for this. As of ACRA-4.9.0ACRA.isSenderService()
is not available, useACRA.isACRASenderServiceProcess()
instead.
Pages: