vx_req_account_post_crash_dump
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
struct vx_req_account_post_crash_dump;
Post crash dump data to the server.
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.