I was researching for ways users could report crash reports to developer. I read that the google developer console provide this facility but is dependent on the user actually reporting the crash.
I have found two ways to report un-caught crashes.
Using the UncaughtExceptionHandler.
I have my own server back end but I want to know which would be better to use? Im really not sure which to pick :s so I would like opinions from people based on experience and such. Thank you!