start_logcat_capture
Begin streaming logcat into a buffer to capture everything logged during a flow. Optionally clear the buffer first, then stop the capture and retrieve the buffered logs after the interaction.
Instructions
Begin streaming logcat into a buffer for this device (optionally clearing first). Pair with stop_logcat_capture to get everything logged DURING a flow — use this instead of the one-shot 'logcat' when you need logs across an interaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the logcat buffer before capturing. Default true. | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. |