get_ipc_log
Read captured IPC traffic from a monitored session. Optionally limit to recent entries or clear the buffer after reading.
Instructions
Read IPC traffic captured by monitor_ipc. Optionally clears the buffer after reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Number of most recent entries to return (default 100). | |
| clear | No | Clear the buffer after reading (default false). | |
| sessionId | Yes | Session id returned by launch_app. |