find_crashes
Retrieve recent crash and ANR stack traces from the Android crash buffer, filtered by package and device, to diagnose Flutter app issues.
Instructions
Extract recent crashes and ANRs as whole stack traces from the crash buffer.
Args: package: restrict to traces mentioning this package name. limit: how many of the most recent traces to return. serial: device serial when several are attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| serial | No | ||
| package | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |