Stream server logs to browser

Summary: Makes Flipper Logs tab functional for Flipper Browser

Reviewed By: lblasa

Differential Revision: D37459924

fbshipit-source-id: 4ebf3d47fbbf90bb367e01986b12dec782b03c34
This commit is contained in:
Andrey Goncharov
2022-06-28 06:27:43 -07:00
committed by Facebook GitHub Bot
parent c1d959d62e
commit dcbc7c40bb
4 changed files with 23 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import {
ProcessConfig,
Settings,
} from './settings';
import {LoggerInfo} from './utils/Logger';
// In the future, this file would deserve it's own package, as it doesn't really relate to plugins.
// Since flipper-plugin however is currently shared among server, client and defines a lot of base types, leaving it here for now.
@@ -135,6 +136,7 @@ export type FlipperServerEvents = {
};
'plugins-server-add-on-message': ExecuteMessage;
'download-file-update': DownloadFileUpdate;
'server-log': LoggerInfo;
};
export type IOSDeviceParams = {