Skip to content

Diagnostics & logs

Walk every SimDrive dependency, report green/red, suggest fixes. Your first stop when something looks wrong.

doctor()

List recent crash logs for the target bundle id.

crashes(bundle_id="com.acme.app", since="1h")

Stream or fetch device logs filtered by process or subsystem.

logs(bundle_id="com.acme.app", since="5m", level="error")

Auto-dismiss the standard first-launch system alerts (notifications, App Tracking Transparency, location, etc).

dismiss_first_launch_alerts()

Report the installed SimDrive version, license status, and active runtime versions.

version()