list_crashes
List recent app crashes and ANRs from an Android device's logcat buffer without root access. Optionally filter by package to isolate specific app issues.
Instructions
List recent app crashes and ANRs (from the logcat crash buffer, no root).
Android-only: iOS crash logs need syslog/CrashReporter access, not exposed yet. Optionally filter by package (substring match on the crashing process). Returns JSON: {count, crashes: [{type, timestamp, process, summary}]}. Use get_crash() to pull a full stack for the most recent one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| device | Yes | ||
| package | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |