java - Android - report app errors / crashed programmatically -


in android app, when version downloaded google play, when app crashed there option "report" bug , stacktrace visible in google play developer console (which great feature way). i'm wondering if it's possible somehow programmatically report bug in same way? instance if catch exception in code , want show user message error occurred , allows him e.g. press button report (the same 1 reports bug google play)? suppose it's not possible provide same functionality gp bug reporting functionality. if so, best way handle that?


Comments