Summary: Moved plugin documentation and related assets to plugin folders, fixed links and configured redirects where required. Now these docs are used for both showing docs in Flipper and generating Flipper docs website. Reviewed By: passy Differential Revision: D29465567 fbshipit-source-id: 3ec4240b215b0d5baea5154f64266a9ba7ead3a5
8 lines
501 B
Plaintext
8 lines
501 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 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.
|
|
|
|
<img alt="UI" src={useBaseUrl("img/crashreporterplugin.png")} />
|
|
|
|
<img alt="Notification" src={useBaseUrl("img/crashreporterpluginnotification.png")} />
|