eos-watch-logs

Stream real-time Android app logs from a connected device to console and device-logs.txt.

1|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/asnar00/miso --skill eos-watch-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eos-watch-logs
Source: https://github.com/asnar00/miso/tree/main/.claude/skills/eos-watch-logs
Command: npx skills add https://github.com/asnar00/miso --skill eos-watch-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires android-platform-tools, and includes scripts (resource) components.

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.

Frequently Asked Questions about eos-watch-logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream filtered logs from my Android device in real-time?

Stream filtered logs by connecting your Android device via USB with debugging enabled, then use this Skill to display app-specific log output in the console and save it to device-logs.txt. The Skill filters logcat by your app's package name, eliminating system noise.

What do I need to set up before monitoring Android app logs?

Enable USB debugging on your Android device, install ADB (Android Debug Bridge), authorize the device for debugging, ensure your app is running, and connect the device via USB. The Skill requires these prerequisites to stream logs.

Can I use this to debug crashes in my Android app?

Yes. When debugging intermittent crashes, this Skill streams real-time logs to pinpoint the exact sequence of events leading to failure without sifting through thousands of system messages, making the root cause easier to identify.

How do I keep a persistent record of the logs I'm monitoring?

Logs are automatically written to device-logs.txt while streaming to the console, creating a persistent record you can review later for analysis, archival, or sharing with team members for troubleshooting.

Does this work with e/OS devices?

Yes, this Skill works with both Android and e/OS devices. Any connected device with USB debugging enabled, ADB installed, and the app running can stream filtered logs through this tool.