start_sim_log_cap
Capture structured logs from a specified iOS simulator and app using UUID and bundle ID. Optional console output capture requires app relaunch. Returns a session ID for log tracking.
Instructions
Starts capturing logs from a specified simulator. Returns a session ID. By default, captures only structured logs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bundleId | Yes | Bundle identifier of the app to capture logs for. | |
captureConsole | No | Whether to capture console output (requires app relaunch). | |
simulatorUuid | Yes | UUID of the simulator to capture logs from (obtained from list_simulators). |