quest_logs_stream
Stream Quest device logs in real time for up to 60 seconds to debug app issues. Start the stream, reproduce the bug, and get all captured log output from that window.
Instructions
Watch logs in real time for duration_seconds (max 60) and return everything captured. Use while reproducing a bug: start this, interact with the app, and the tool returns what was logged in that window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| level | No | W | |
| pattern | No | ||
| device_id | No | ||
| max_entries | No | ||
| duration_seconds | No |