debugging
Installation
SKILL.md
Purpose
Find root causes with evidence and apply minimal fixes.
When to use
- A build, sync, runtime crash or ANR occurs.
- Logcat, adb or Crashlytics evidence needs triage.
- A minimal reproduction is needed.
Inputs to inspect
- Exact command that failed.
- Full stacktrace and first error.
- Relevant Gradle versions and files.
- Reproduction steps and device/API.