diff --git a/docs/assets/crashreporterplugin.png b/docs/assets/crashreporterplugin.png index 410959638..d025b3f77 100644 Binary files a/docs/assets/crashreporterplugin.png and b/docs/assets/crashreporterplugin.png differ diff --git a/docs/assets/crashreporterpluginnotification.png b/docs/assets/crashreporterpluginnotification.png index ef0a272b6..106c5acce 100644 Binary files a/docs/assets/crashreporterpluginnotification.png and b/docs/assets/crashreporterpluginnotification.png differ diff --git a/docs/crash-reporter-plugin.md b/docs/crash-reporter-plugin.md index 502dea355..be0ddf960 100644 --- a/docs/crash-reporter-plugin.md +++ b/docs/crash-reporter-plugin.md @@ -3,9 +3,9 @@ id: crash-reporter-plugin title: Crash Reporter Plugin --- -The Crash Reporter Plugin shows a notification in Flipper whenever an app crashes. You can click on the notification to see crash information like stacktrace and other metadata. For Android, you can also use the "Open in Logs" action to find the relevant point in the logs view, so that it is easy to investigate what had happened before the crash. +The Crash Reporter Plugin shows a notification in Flipper whenever an app crashes. You can click on the notification to see crash information like stacktrace and other metadata. For Android, you can click the "Open in Logs" button to jump to the row in the Logs plugin with the crash information. -Since this is an alpha release, it doesn't fire notification on all kind of crashes. It fires notifications on uncaught exceptions for both Android and iOS applications, whereas it fires crash notification for signal errors just for iOS and currently not for Android. We are still working on it, but do try out this plugin. Feedback and issues are welcome! +It also shows the list of crashes in the form of a dropdown. You can easily navigate the crashes using previous and next buttons in the UI. The plugin looks like the following @@ -47,4 +47,3 @@ import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; client.addPlugin(CrashReporterPlugin.getInstance()); ``` -