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?
Just do int i = 10/0; in constructor. 😀