start_logcat_capture
Start streaming logcat into a buffer for a specific Android device. Use with stop_logcat_capture to capture logs across an entire interaction, rather than a single snapshot.
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. |