Ark Server API (ASA) - Wiki
|
#include <GenericPlatformCrashContext.h>
Public Member Functions | |
virtual void | AddBuffer (const TCHAR *Identifier, const uint8 *Data, uint32 DataSize)=0 |
virtual void | AddString (const TCHAR *Identifier, const TCHAR *DataStr)=0 |
Interface for callbacks to add context to the crash report.
Definition at line 248 of file GenericPlatformCrashContext.h.
|
pure virtual |
Adds a named buffer to the report. Intended for larger payloads.
|
pure virtual |
Add a named buffer containing a string to the report.