From a0d33a99e501ece48f00d9df655e10387b3392f6 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Wed, 13 Feb 2019 07:48:47 -0800 Subject: [PATCH] Updated crash-reporter-plugin.md (#371) Summary: Fixed a spelling error in line 6. Pull Request resolved: https://github.com/facebook/flipper/pull/371 Reviewed By: passy Differential Revision: D14064606 Pulled By: priteshrnandgaonkar fbshipit-source-id: 51535362477712500c3138d1e7a688cdda8e3793 --- docs/crash-reporter-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/crash-reporter-plugin.md b/docs/crash-reporter-plugin.md index 62d255ba8..502dea355 100644 --- a/docs/crash-reporter-plugin.md +++ b/docs/crash-reporter-plugin.md @@ -3,7 +3,7 @@ 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 happend 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 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. 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!