Enabling CeLog Event Tracking in a Run-Time Image

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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.

Note:   Do not add CeLog to shipping devices. The goal is to avoid performance / memory loss due to CeLog and also to reduce the attack-surface through which an attacker could try to compromise the system.

To enable CeLog event-tracking from Platform Builder

  1. In the Project menu, select Properties.

  2. In the Property Pages window, select Configuration Properties and then select Build Options.

  3. In the Build Options window, select 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. Select Flush tracked events to Release Directory (IMGAUTOFLUSH=1).

    This adds CeLogFlush.exe to ROM and causes the OS to launch it during boot. Tracked events will be flushed to celog.clg in the Release directory.

  5. Click OK.

  6. Build the run-time image.

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

See Also

Concepts

CeLog Tool Overview
CeLog Data Viewing