Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_post_crash_dump

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago

Module: Diagnostics Post crash dump data to the server. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The account to use when posting the crash dump.
char *crash_dump
The Base64-encoded crash dump.

Detailed Description

struct vx_req_account_post_crash_dump;
Post crash dump data to the server. See: vx_resp_account_post_crash_dump Note: This command is not an application to the XML interface. Attention: This is not supported on the iPhone platform.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The account to use when posting the crash dump.

variable crash_dump

char * crash_dump;
The Base64-encoded crash dump.