Files
flipper/desktop/plugins/public/crash_reporter/docs/overview.mdx
Kevin Strider 89740f7e0a Features
Summary: This diff includes minor changes to the pages within the Features section of Flipper Docs.

Reviewed By: passy

Differential Revision: D41471000

fbshipit-source-id: 0a414d1e5e0cff5d874d3fe6eab647c3877b9caf
2022-11-24 06:18:38 -08:00

10 lines
555 B
Plaintext

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 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.
<img alt="UI" src={useBaseUrl("img/crashreporterplugin.png")} />
<img alt="Notification" src={useBaseUrl("img/crashreporterpluginnotification.png")} />