When you're debugging a Capacitor app and need to see what's happening on the device, this walks you through the fastest ways to stream logs on both iOS and Android. It covers the modern devicectl and simctl commands for iOS, adb logcat variations for Android, and includes predicate filters so you're not drowning in system noise. The real value is in the filtering examples, like isolating JavaScript errors from the WebView or targeting specific Capacitor plugins by tag. If you've been stuck using Console.app or Android Studio's GUI and want faster command-line workflows, the quick reference tables and common filter patterns will save you time every debugging session.
npx skills add https://github.com/cap-go/capacitor-skills --skill ios-android-logs