Multiple crash support

Summary: This diff adds support to show multiple crashes in the crash reporter plugin. You can also select crashes from the list of the dropdown.

Reviewed By: danielbuechele

Differential Revision: D14513401

fbshipit-source-id: 621d32c5971519e5046daec76ec2f9b32ba4d8ce
This commit is contained in:
Pritesh Nandgaonkar
2019-03-25 04:50:07 -07:00
committed by Facebook Github Bot
parent 759329bbc3
commit 0adc2ef52e
3 changed files with 222 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ export {
FlipperDevicePlugin,
callClient,
} from './plugin.js';
export type {PluginClient} from './plugin.js';
export type {PluginClient, Props} from './plugin.js';
export {default as Client} from './Client.js';
export {clipboard} from 'electron';
export * from './fb-stubs/constants.js';