From e79b0fd96fae8bbe4fe0b05e827ace3e96580a4b Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Tue, 12 Apr 2022 09:38:07 -0700 Subject: [PATCH] crash_reporter (features) Summary: Restyle of the page, including changes to spelling, grammar, lins checks, and structure (where relevant). Reviewed By: jknoxville Differential Revision: D35578704 fbshipit-source-id: 65a36631af2369e6483db05f139431d043638c65 --- desktop/plugins/public/crash_reporter/docs/overview.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/plugins/public/crash_reporter/docs/overview.mdx b/desktop/plugins/public/crash_reporter/docs/overview.mdx index 90ce827b7..f6054e055 100644 --- a/desktop/plugins/public/crash_reporter/docs/overview.mdx +++ b/desktop/plugins/public/crash_reporter/docs/overview.mdx @@ -1,6 +1,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; -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. +The Crash Reporter Plugin shows a notification in Flipper whenever an app crashes. You can click on the notification to see crash information such as stacktrace and other metadata. + +For Android, clicking on the 'Open in Logs' button jumps to the relevant row in the Logs plugin containing the crash information, as shown in the following screenshots. UI