android-debugging

Installation
SKILL.md

Android Debugging

Overview

Extends superpowers:systematic-debugging with Android-specific evidence-gathering and investigation techniques.

REQUIRED BACKGROUND: You MUST follow superpowers:systematic-debugging. Complete Phase 1 (root cause investigation) before attempting any fix. This skill provides Android-specific tools for each phase.

Evidence-Gathering by Problem Type

Crashes & Exceptions

# Stream crash logs filtered by app package
adb logcat --pid=$(adb shell pidof -s com.example.app)

# Save full logcat to file for analysis
adb logcat -d > crash_log.txt
Installs
1
GitHub Stars
59
First Seen
May 12, 2026
android-debugging — rcosteira79/coroutine-skills