0

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!

2 Answers2

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
0

You can use the ACRA(Application Crash Report for Android) tool to get the errors whichever has been occurred at the client side. You can refer the below links to get more idea about it.

1) Link 1
2) Link 2
3) Link 3

GrIsHu
  • 29,068
  • 10
  • 64
  • 102