adb_crash_logs
Retrieve ANR traces and tombstone crash dumps from Android devices. Returns most recent entries with configurable type and count. Requires root access.
Instructions
Read ANR (Application Not Responding) traces and tombstone crash dumps from the device. Requires root access for /data/anr/ and /data/tombstones/. Returns the most recent entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of crash data to retrieve (default: both) | both |
| maxEntries | No | Maximum entries to return per type (1-20, default 5) | |
| device | No | Device serial |