ios-android-logs

View and filter iOS and Android device logs via CLI tools.

58|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Cap-go/capgo-skills --skill ios-android-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-android-logs
Source: https://github.com/Cap-go/capgo-skills/tree/main/skills/ios-android-logs
Command: npx skills add https://github.com/Cap-go/capgo-skills --skill ios-android-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlining debugging by providing a unified guide to viewing and filtering device logs on iOS and Android across real devices and simulators.

Core Features & Use Cases

  • Real-time log streaming for iOS devices (devicectl, simctl) and Android (adb logcat).
  • Flexible filtering by app/package, process, subsystem, and log level to quickly isolate issues.
  • Access to crash logs and diagnostic data to accelerate problem analysis.

Quick Start

Start by streaming logs for your target device on iOS or Android using the recommended CLI tools.

Frequently Asked Questions about ios-android-logs

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

FAQPage Schema
How do I view and filter device logs for iOS and Android debugging?

To view and filter device logs for iOS and Android debugging, you can use CLI-based log streaming tools like xcrun devicectl, xcrun simctl, and adb logcat to monitor real-time app behavior across real devices and simulators.

What's the best way to filter iOS simulator logs by subsystem or process?

Filtering iOS simulator logs by subsystem or process is best handled using xcrun simctl, which supports predicate filters to quickly isolate specific app behaviors and diagnostic data during debugging sessions.

Can I stream real-time logs from a physical iOS device using xcrun devicectl?

Yes, you can stream real-time logs from a physical iOS device using xcrun devicectl, allowing you to monitor app behavior, apply predicate filters, and access crash logs directly from the connected hardware.

How do I access crash logs on Android devices using adb logcat?

Accessing crash logs on Android devices involves using adb logcat to stream diagnostic data, where you can filter logs by package name or process to accelerate problem analysis and diagnose crashes effectively.

Do I need a specific environment setup to use CLI tools for mobile app log monitoring?

You need the respective platform CLI tools installed, such as Xcode command-line tools for iOS simctl and devicectl, and the Android SDK platform-tools for adb logcat, to monitor app logs on real devices or simulators.