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_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The account to use when posting the crash dump. |
| char * | crash_dump The Base64-encoded crash dump. |
Detailed Description
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.struct vx_req_account_post_crash_dump;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The account to use when posting the crash dump.VX_HANDLE account_handle;
variable crash_dump
The Base64-encoded crash dump.char * crash_dump;