adb_logcat_start
Start a background logcat watcher that filters Android logs by tag and priority, storing recent entries in a ring buffer for later retrieval.
Instructions
Start a background logcat watcher. Lines accumulate in a ring buffer. Use adb_logcat_poll to retrieve new entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag (e.g., 'MyApp') | |
| priority | No | Minimum priority level | |
| bufferSize | No | Max lines to keep in ring buffer (100-50000, default 2000) | |
| device | No | Device serial |