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
10 lines
555 B
Plaintext
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")} />
|