I am trying to create a structure that sends the errors in the mobile application to my server and shows them in the web interface. But I am new to Android and I don't know how to do it.
Asked
Active
Viewed 133 times
1
-
1https://android-arsenal.com/tag/21?sort=created – CommonsWare Jul 31 '19 at 13:08
1 Answers
1
I would advocate not trying to reinvent the wheel and use something that already exists.
Crashlytics is free and part of the google services. https://firebase.google.com/products/crashlytics

JakeB
- 2,043
- 3
- 12
- 19