play_get_top_anr_summary
Retrieve top ANR error clusters with affected user counts, occurrence rates, and cleaned main-thread stack traces to diagnose app hangs without round trips.
Instructions
[One-shot Diagnosis] Retrieve top ANR error clusters along with affected user counts, occurrence rates, and representative cleaned main-thread stack traces. Eliminates back-and-forth round trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top ANR clusters to retrieve (default: 5). | |
| package_name | No | Android package name (e.g., com.example.app). Optional if GOOGLE_PLAY_PACKAGE_NAME is set. | |
| credentials_path | No | Optional path to GCP credentials JSON. |