Plausible CrashReporter
|
Crash log file header format. More...
#include <PLCrashReport.h>
Public Attributes | |
const char | magic [7] |
Crash log magic identifier, not NULL terminated. | |
const uint8_t | version |
Crash log encoding/format version. | |
const uint8_t | data [] |
File data. | |
Crash log file header format.
Crash log files start with 7 byte magic identifier (PLCRASH_REPORT_FILE_MAGIC), followed by a single unsigned byte version number (PLCRASH_REPORT_FILE_VERSION). The crash log message format itself is extensible, so this version number will only be incremented in the event of an incompatible encoding or format change.