I'm currently developing an application that records the GPS location of the user every X minutes and upload the data to a server. For me, the application works great for days. I've been testing it on some users and they say the app crashes every few hours but I've been unable to reproduce this. How can I log this errors and upload them to my server so I know whats going wrong? Thanks!
Asked
Active
Viewed 141 times
0
-
1try [HERE](http://stackoverflow.com/questions/8264645/how-to-save-logcat-contents-to-file) – Bhavesh Patadiya Jan 17 '13 at 05:33
2 Answers
1
If you're on the Play store, it should upload them to your developer console. Otherwise, use a 3rd party library like ACRA.

Gabe Sechan
- 90,003
- 9
- 87
- 127