What problem does it solve?
This Skill provides real-time, filtered log streaming from a connected Android/e/OS device, displaying only relevant app messages. It eliminates the noise of system logs, making debugging Android applications significantly faster and more focused, and writes logs to a file for later analysis.
Core Features & Use Cases
- Filtered Log Stream: Focuses on app-specific logs (by package name), cutting through thousands of irrelevant system messages.
- Real-time Monitoring: Displays logs in the console as they happen and saves them to
device-logs.txt for persistent record-keeping.
- Use Case: When debugging an intermittent crash in your Android app, use this skill to stream logs and pinpoint the exact sequence of events leading to the failure, without sifting through verbose system output.
Quick Start
Start watching real-time logs from the Android app on my connected device.