DF1E / SimpleExplorer

Open Source Filemanager
http://forum.xda-developers.com/showthread.php?t=2330864
GNU General Public License v3.0
138 stars 62 forks source link

Added ACRA Crash Reporting for whenever the application crashes #54

Closed Thunderbottom closed 9 years ago

Thunderbottom commented 9 years ago

Before Releasing the version, please open JsonSender.Java and :

- To get the API key, go to https://mandrill.com/signup/ Signup here. 
- Then go to “Settings” in left pane, select “SMTP and API info” and Click 'New API Key'. 
- Copy the key and Paste it on line 165.

You'll automatically receive an email when the application crashes. You can test the application crash reporting by adding any crash line to your main activity.

DF1E commented 9 years ago

thanks, I will test it!

Thunderbottom commented 9 years ago

You're welcome, make sure you edit all the info I've written above before trying.

Thunderbottom commented 9 years ago

To create a test crash, you can add int x = 1/0 in your MainActivity onCreate()