libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ ostrace_client_new()

LIBIMOBILEDEVICE_API ostrace_error_t ostrace_client_new ( idevice_t device,
lockdownd_service_descriptor_t service,
ostrace_client_t * client )

Connects to the os_trace_relay service on the specified device.

Parameters
deviceThe device to connect to.
serviceThe service descriptor returned by lockdownd_start_service.
clientPointer that will point to a newly allocated ostrace_client_t upon successful return. Must be freed using ostrace_client_free() after use.
Returns
OSTRACE_E_SUCCESS on success, OSTRACE_E_INVALID_ARG when client is NULL, or an OSTRACE_E_* error code otherwise.