Android Question Send errors

JDS

Active Member
Licensed User
Longtime User
We have an app which is used bij drivers (in the whole country). However sometimes the app crashes. We can't figure out where it goes wrong.
Is there a posibility that the error-code/log is backuped? So we can send it to our server?
 

sorex

Expert
Licensed User
Longtime User
yes, with the starter service and it's application_error event you can catch the error and mail it or post it to a server.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
or add crashlytics to your app.
 
Upvote 0
Top