I followed the instructions for adding ACRA to my project as follows:
http://code.google.com/p/acra/wiki/BasicSetup
Aside from waiting for a crash, how can I verify I set up everything properly? Is there a way to get it to log some sort of success message? Or do I have to purposely put in an error that will cause it to crash?
Throw a RuntimeException.
throw new RuntimeException("Dying on purpose");
Instances of RuntimeException
(and its subclasses) are unchecked, so the compiler won't complain.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With