carb::crashreporter::CrashSentInfo

Defined in carb/crashreporter/ICrashReporter.h

struct CrashSentInfo

Provides a single piece of additional information or context to a crash upload complete callback function.

This is stored as a key/value pair. An array of these objects is passed to the OnCrashSentFn callback to provide extra context to why a crash dump upload may have failed or additional information about a successful upload. This information is typically only useful for display to a user or to be output to a log.

Public Members

const char *key

The key name for this piece of information.

const char *value

The specific value associated with the given key.