const TUint | KCrashLogSignatureBytes |
The size in bytes of the Crash Log Signature
const TUint | KCrashLogSizeFieldBytes |
The size in bytes of the total size of the crash log (including itself and the crash log signature)
const TLitC8< sizeof("Symbian Crash Logger")> | KCrashLogSignature | [static] |
const TUint | KCrashLogUncompSizeFieldBytes |
The size in bytes of the total size of the crash log once it has been uncompressed
const TUint | KCrashLogFlagsFieldBytes |
The flags to indicate to the crash reader the data format of the log and if it was truncated or not. 16 MSBs used to indicate the offset of the start of the log data from the signature, required for NAND flash implementations where signarture occupyies a whole flash sector/page filling unused space with white space
const TUint8 | KCrashLogFlagTypeBits |
Log compressed using Gzip compatible output
const TUint | KCrashLogHeaderSize |
place offset in 16 MSBs of flags field Total size of the crash log header in bytes. Must be less than the size of a single NAND flash sector/page for current crashflashnand implementations
const TLitC8< sizeof("\r\nLog truncated due to end of crash log partition")> | KCrashLogTruncated | [static] |
The string to output when the log had to be truncated
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.