typedef TUint8 | TClassification |
Every trace point must be statically assigned a classification. This is essentially a label that allows identification of the intended use of the trace packets generated by the trace point. The classification either reflects a system-wide Tracing use-case, such as highlighting reasons why a Panic occurred, or is assigned to trace points in performance critical software such as the kernel or other key services. TClassificationRange for more information.
const TClassification | KMaxClassification | [static] |
The maximum possible value for TClassification
typedef TUint32 | TModuleUid |
Each trace point must be statically assigned a ModuleUid to indicate the module in which the trace point is defined. It is recommended that this value is the UID3 of the associated binary file.
The ModuleUid and Classification attributes of a trace point are independent.
const TModuleUid | KMaxModuleUid | [static] |
The maximum possible value for TModuleUid
typedef TUint16 | TFormatId |
This is a numerical value statically assigned to a trace point which will be used on the host to look-up the format of the associated trace packets.
The meaning of a FormatId is specific to the ModuleUid and Category of the associated trace point.
const TFormatId | KMaxFormatId | [static] |
The maximum possible value for TFormatId
const TFormatId | KFormatPrintf | [static] |
TFormatId used in packets produced by the Print and Printf functions.
Note that this format should not be used on the device by clients of UTrace. This symbol is only marked as published to partners to give host side tools access to it.
TFormatId
const TFormatId | KFormatPrintfUnicode | [static] |
TFormatId used in packets produced by the Print and Printf functions for unicode descriptors.
Note that this format should not be used on the device by clients of UTrace. This symbol is only marked as published to partners to give host side tools access to it.
TFormatId
const TFormatId | KInitialClientFormat | [static] |
This value is intended to be used by clients to specify the start of the range of enums used to define their format ids.
Any values between 0 up to this should not be used directly by clients of UTrace on the device.
TFormatId
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.