Share via


Including CeLogFlush in a Run-Time Image (Windows CE 5.0)

Send Feedback

If you include CeLogFlush.exe in your run-time image, then it runs automatically in the background to periodically flush the CeLog event tracking data from a RAM buffer to a log file.

To enable CeLog event-tracking

  1. In the Platform menu, select Settings.

  2. Switch to the Build Options tab.

  3. 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.

  4. 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.

  5. Click OK.

  6. Build the run-time image.

For more information, see Building and Downloading a Run-Time Image.

See Also

Enabling CeLog Event Tracking in a Run-Time Image

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.