adb_logcat_poll
Poll a running logcat session to fetch new Android device logs incrementally, enabling real-time monitoring and analysis.
Instructions
Retrieve new logcat lines since the last poll from a running watcher session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session ID from adb_logcat_start (e.g., 'watch_1') | |
| maxLines | No | Max lines to return per poll (1-10000) |