lookimodel.blogg.se

Google play store console
Google play store console





Intent.putExtra(Intent.EXTRA_STREAM, uri) Ĭontext.startActivity(Intent.createChooser(intent, "Send email. Toast.makeText(context, "Attachment Error", Toast.LENGTH_SHORT).show() Intent.putExtra(Intent.EXTRA_TEXT, "Add description:") Intent.putExtra(Intent.EXTRA_SUBJECT, "Log Report") Send that log to your email address and it will contain every log.e, log.d, log.it etc and it will help you to reproduce a bugĬode: public static void sendLog(Context context) ) Information provided by developers is shown in your app listing on the PlayStore, allowing final users to know the kind of. You can handle this on following way(I implemented this approach in my apps):Ĭreate a log file on user device (notice it will require Permission for writing to Storage) I mean that's great but problem is if user have an issue and app didn't crashed like (purchase process didn't completed). You can technically use Crashlytics or HockeyApp but it probably won't help you because it will only trigger when app crash. Get realtime alerts for new issues, regressed issues, and growing issues that might require immediate attention. Find out if your app is crashing more frequently on a particular manufacturer's devices, with certain API versions, or even in a specific screen orientation. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.Ĭrashlytics synthesizes an avalanche of crashes into a manageable list of issues, provides contextual information, and highlights the severity and prevalence of crashes so you can pinpoint the root cause faster.Ĭrashlytics allows you to filter reports by operating system, version, hardware configuration, and more. Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality.







Google play store console