Readlog -fixthreads celog.clg output.clg
Congatec Product Change Notification
6 months ago
Sharing my experience in windows ce.. :)
When you are debugging on a standalone system (i.e. which is not connected to platform builder, using corecon), you may need to get the celog CLG file and review the performace data for the session in Kernel Tracker. But the file which you are getting will not have the thread information, it will only have the identifiers for each thread instead of the names. The names of the thread can be acquired using the Readlog utility. First copy the CLG file you obtained from the system into the build release directory and execute the following command :Readlog -fixthreads celog.clg output.clg
Now output.clg file will have the thread names fixed up.Fixing Thread Names With Readlog (http://msdn.microsoft.com/en-us/library/aa935935.aspx)
Labels: celog, debugging, performance monitor, wince
0 comments:
Post a Comment