ios-android-logs

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hamza-sahin/pawbalance --skill ios-android-logs-hamza-sahin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-android-logs
Source: https://github.com/hamza-sahin/pawbalance/tree/main/.claude/skills/ios-android-logs
Command: npx skills add https://github.com/hamza-sahin/pawbalance --skill ios-android-logs-hamza-sahin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps developers quickly view, filter, and analyze device logs for iOS and Android apps to diagnose issues and crashes.

Core Features & Use Cases

  • Cross-platform log access for iOS and Android devices and simulators
  • Real-time streaming and log filtering by app, device, or predicate
  • Comprehensive commands and methods (devicectl, simctl, adb, Console.app) to locate issues
  • Troubleshooting tips for debugging Capacitor app logs and best practices

Quick Start

Ask it to show logs from your connected iOS or Android device and apply a filter for your app to start debugging immediately.

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 iOS and Android device logs for debugging?

To view and filter iOS and Android device logs for debugging, you use CLI tools like devicectl, simctl, and adb, or GUI options like Console.app. This allows you to monitor real-time log streams and apply filters by app package or device type.

What is the best way to filter real-time log streams by app package on physical devices?

Filtering real-time log streams by app package on physical devices is best achieved using command-line interfaces like adb for Android and devicectl for iOS. These tools support predicates to isolate specific app logs and diagnose crashes quickly.

Can I use Console.app and simctl to collect logs from iOS simulators?

Yes, you can use Console.app and simctl to collect logs from iOS simulators. Console.app provides a GUI for viewing logs, while simctl allows command-line access to filter simulator output by app package or device type.

How do I debug Capacitor app logs across iOS and Android platforms?

Debugging Capacitor app logs across iOS and Android involves using platform-specific tools like adb and devicectl to stream real-time logs. You apply filters to isolate your app's package identifier and monitor for crashes or issues.

Does MCP integration work with iOS and Android log filtering workflows?

MCP integration works with iOS and Android log filtering workflows by guiding log collection and viewing processes. It supports applying predicates and filters across simulators and physical devices to locate issues fast.