ios-android-logs

Guide access and analysis of iOS and Android device logs for Capacitor apps.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sebc-dev/prosperity --skill ios-android-logs-sebc-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-android-logs
Source: https://github.com/sebc-dev/prosperity/tree/main/.claude/skills/ios-android-logs
Command: npx skills add https://github.com/sebc-dev/prosperity --skill ios-android-logs-sebc-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to accessing and interpreting logs on iOS and Android devices for Capacitor apps, making debugging more efficient and accurate.

Core Features & Use Cases

  • In-depth Logging Guide: Offers detailed steps for accessing logs through both command-line and GUI tools.
  • Real-time Streaming: Allows users to stream logs in real-time for immediate feedback during debugging.
  • Filtering Logs: Provides guidance on filtering logs by process, subsystem, message, and time, enabling precise diagnostics.
  • Use Case: For a developer needing to diagnose an issue in a Capacitor app, this Skill can be used to quickly find and analyze the relevant logs.

Quick Start

Stream logs from the connected iOS device with xcrun devicectl device log stream --device <UUID>.

Frequently Asked Questions about ios-android-logs

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

FAQPage Schema
How do I stream real-time device logs for a Capacitor app on iOS?

Access Android device logs for Capacitor apps using command-line tools or GUI applications. This Skill provides guidance on filtering logs by process, subsystem, message, and time to enable precise diagnostics for efficient debugging.

Can I filter device logs by subsystem and process when debugging Capacitor apps?

You can filter device logs by process, subsystem, message, and time. This precise filtering enables you to isolate relevant entries and accurately diagnose issues within your Capacitor app.

What is the best way to access iOS and Android logs for Capacitor apps?

The best way to access iOS and Android logs for Capacitor apps is through both command-line tools and GUI applications. This approach provides comprehensive steps for accessing, interpreting, and streaming logs for efficient debugging.

Do I need a specific environment to stream logs from a connected iOS device?

You need a macOS environment with Xcode command-line tools installed to stream logs from a connected iOS device. The process uses native command-line utilities to interface directly with the hardware and capture output.

Why are my Android device logs not showing real-time updates during debugging?

Android device logs may not show real-time updates if you are not using a streaming command or if the log buffer is not properly configured. Use the correct command-line tool or GUI application to stream logs for immediate debugging feedback.