Ark Server API (ASA) - Wiki
|
#include <GenericPlatformCrashContext.h>
Static Public Member Functions | |
static FAdditionalCrashContextStack & | GetThreadContextProvider () |
static void | PushProvider (struct FScopedAdditionalCrashContextProvider *Provider) |
static void | PopProvider () |
static void | ExecuteProviders (FCrashContextExtendedWriter &Writer) |
Private Types | |
enum | { MaxStackDepth = 16 } |
Private Member Functions | |
FAdditionalCrashContextStack () | |
~FAdditionalCrashContextStack () | |
void | PushProviderInternal (const FScopedAdditionalCrashContextProvider *Provider) |
void | PopProviderInternal () |
Private Attributes | |
FAdditionalCrashContextStack * | Next |
const FScopedAdditionalCrashContextProvider * | Stack [MaxStackDepth] |
uint32 | StackIndex = 0 |
A thread local stack of callbacks that can be issued at time of the crash.
Definition at line 679 of file GenericPlatformCrashContext.h.
Enumerator | |
---|---|
MaxStackDepth |
Definition at line 688 of file GenericPlatformCrashContext.h.
|
private |
|
private |
|
static |
|
static |
|
inlineprivate |
Definition at line 702 of file GenericPlatformCrashContext.h.
|
static |
|
inlineprivate |
Definition at line 696 of file GenericPlatformCrashContext.h.
|
private |
Definition at line 689 of file GenericPlatformCrashContext.h.
|
private |
Definition at line 690 of file GenericPlatformCrashContext.h.
|
private |
Definition at line 691 of file GenericPlatformCrashContext.h.