android-debugging - Android Debugging with ADB and Logcat
Extends systematic-debugging with Android-specific evidence-gathering and investigation techniques using Logcat, ADB, ANR traces, R8 stack trace decoding, memory leak detection, Gradle build failure analysis, and Compose recomposition debugging
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read logcat logs
- pull ANR traces
- dump heap memory
- retrace obfuscated stack trace
- view dependency tree
- inspect recomposition counts
- install APK
- launch activity
- take screenshot
- list connected devices
- clear app data
- view running processes
- check SharedPreferences
Inputs
- Android device
- app package name
- R8 mapping file
- Gradle build output
- heap dump file
- ANR trace file
- crash log file
Outputs
- crash log files
- ANR trace files
- heap dump files
- retraced stack traces
- dependency trees
- recomposition counts
- screenshots
Requirements
- Android Studio
- ADB
- Gradle build tool
- connected Android device
- superpowers:systematic-debugging
