次の方法で共有


Preparing an OSCapture File for Viewing in Kernel Tracker (Windows Embedded CE 6.0)

1/5/2010

After you use OSCapture.exe to capture data to a log file on a target device, you can transfer the data from the target device to a development workstation and view the log file with Kernel Tracker.

To prepare a log file for viewing with Remote Kernel Tracker

  1. Open a command window.

  2. Navigate to the flat release directory.

  3. At the command prompt, type

    Readlog -sync celog.clg newfile.clg
    

    Where celog.clg is the log file that was produced by OSCapture.

    This command causes Readlog to create a new copy of the .clg log file with a sync header at the beginning. The sync header, produced by CeLogReSync, lists all the existing processes, threads, and modules. Remote Kernel Tracker uses the sync header to display the CeLog data graphically.

You can now view the log file with Kernel Tracker.

For information about how to view the contents of a file with Remote Kernel Tracker, see Starting Kernel Tracker in File Mode.

See Also

Concepts

Kernel Tracker

Other Resources

OSCapture.exe
Readlog Viewing Tool