ios_get_logs
Retrieve recent device logs to diagnose app misbehavior when the UI provides no explanation.
Instructions
Read recent device logs. Useful when an app misbehaves and the UI does not say why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum lines to return. | |
| since_s | No | How far back to read. | |
| predicate | No | Filter: an NSPredicate on a Simulator, else a substring. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||