get_runtime_logs
Retrieve runtime console.log output from a React Native app. Filter by log type, tag, or search to isolate specific messages.
Instructions
Get runtime logs from the React Native app (console.log output)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by log tag/component name | |
| limit | No | Maximum number of logs to return (default: 50) | |
| types | No | Filter by log type(s) | |
| search | No | Search in log messages |