apple_start_live_logs
Initiate live Apple app log capture with console and unified streams on devices and simulators.
Instructions
Start a live Apple app log capture session. Console captures print/stdout/stderr; unified captures OSLog where supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device identifier, UDID, name, or 'booted' for simulators. | |
| target | Yes | ||
| streams | No | ||
| bundleId | Yes | Application bundle identifier, for example com.mstudio.play. | |
| predicate | No | Additional NSPredicate clause OR-ed into the unified log predicate. | |
| processName | No | Optional process name for unified log predicate. | |
| terminateExisting | No |