libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ ostrace_stop_activity()

LIBIMOBILEDEVICE_API ostrace_error_t ostrace_stop_activity ( ostrace_client_t client)

Stops the ostrace activity.

Use ostrace_start_activity() to start receiving OS trace data.

Parameters
clientThe ostrace client to use
Returns
OSTRACE_E_SUCCESS on success, OSTRACE_E_INVALID_ARG when one or more parameters are invalid or OSTRACE_E_UNKNOWN_ERROR when an unspecified error occurs or an ostrace activity has already been started.