readConsoleLogsFromApp
Fetch and monitor console logs from a connected React Native app via WebSocket debugger to streamline debugging and issue tracking.
Instructions
Reads console logs from a connected React Native app through the debugger WebSocket
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app | Yes | The app object as returned by getConnectedApps | |
maxLogs | No | Maximum number of logs to return (default: 100) |