Enabling CeLog Event Tracking in a Run-Time Image (Windows CE 5.0)
You can create a run-time image that automatically starts CeLog Event Tracking during boot by setting two environment variables before you build. It is also possible to set them via the command line in a build window.
To enable CeLog event-tracking from Platform Builder
In the Platform menu, select Settings.
Switch to the Build Options tab.
Make sure Enable Event Tracking During Boot (IMGCELOGENABLE=1) is checked.
This adds CeLog.dll to ROM and causes the kernel to load it during boot.
Make sure Flush tracked events to Release Directory (IMGAUTOFLUSH=1) is checked. This adds CeLogFlush.exe to ROM and causes the OS to launch it during boot.
Click OK.
Build the run-time image.
For more information, see Building and Downloading a Run-Time Image.
See Also
CeLog Tool Overview | CeLog Data Viewing
Send Feedback on this topic to the authors