android_crashes
Fetch recent Android crashes and ANRs with stack traces, map app frames to source lines, and generate a fixer-ready markdown brief.
Instructions
Show recent crashes and ANRs (Java exceptions, native signals, not-responding) with stack traces.
App stack frames are mapped to your source files with the surrounding lines, and a self-contained markdown brief is written for a fixer subagent.
Args: package: Only this app's crashes. Defaults to the package of the current session. project_dir: Gradle root, to map stack frames to source. Defaults to the session's. device: Device serial; defaults to the first physical device. only_new: Only crashes since the last check (interaction tools check automatically). max_crashes: How many of the most recent crashes to show.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ||
| package | No | ||
| only_new | No | ||
| max_crashes | No | ||
| project_dir | No |