Skip to content

Commit

Permalink
Add console logs and messages to Hub
Browse files Browse the repository at this point in the history
Summary: ^

Reviewed By: passy

Differential Revision: D47665331

fbshipit-source-id: d7cf838899be1871999bf086a4a7c3721b307fd1
  • Loading branch information
lblasa authored and facebook-github-bot committed Jul 21, 2023
1 parent 7b06daa commit 8f87e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions desktop/flipper-ui-core/src/chrome/ConnectivityHub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import {
FlipperServer,
} from 'flipper-common';
import SetupDoctorScreen from '../sandy-chrome/SetupDoctorScreen';
import {ConsoleLogs} from './ConsoleLogs';
import {FlipperMessages} from './FlipperMessages';

const rows = createDataSource<ConnectionRecordEntry>([], {
limit: 200000,
Expand Down Expand Up @@ -156,6 +158,12 @@ export function ConnectivityHub() {
<Tab tab="Connectivity Logs">
<LogView />
</Tab>
<Tab tab="Console Logs">
<ConsoleLogs />
</Tab>
<Tab tab="Messages">
<FlipperMessages />
</Tab>
</Tabs>
</Layout.Container>
);
Expand Down

0 comments on commit 8f87e27

Please sign in to comment.