start_log_stream
Stream real-time logs from Android or iOS apps for debugging. Specify the package name and optionally filter by level.
Instructions
Start streaming logs for a target application on Android or iOS. For Android this uses adb logcat --pid=; for iOS it streams xcrun simctl spawn <device> log stream with a predicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | error | |
| deviceId | No | Device Serial (Android) or UDID (iOS). Defaults to connected/booted device. | |
| platform | No | android | |
| sessionId | No | Session identifier for the log stream | |
| packageName | Yes | Android package name or iOS bundle id |