Win 10 IOT Core Event Trace logs record issue

  • Thread starter Thread starter Lokesh Venkataramappa
  • Start date Start date
L

Lokesh Venkataramappa

Guest
Hello All

I am facing issue in capturing Event trace messages as per the following link in Windows 10 IOT Core "Event Tracing for Windows IoT Core - Windows IoT".

I am not seeing any traces in the LogFile.etl created using the command "xperf -start Session Name -f Logfile.etl -on e819be2c-cd81-437c-aa4e-40c14cc10b0e". The generated Logffile.etl is always shows 64kb. And I find no traces been recorded.

Also tried Tracelog command "tracelog -start MyTrace -guid #e819be2c-cd81-437c-aa4e-40c14cc10b0e" with same result as above.

And also tried using device portal "Windows Device Portal overview - UWP applications". Where for existing microsoft providers I could see messages. However for my custom kmdf driver I am getting some traces but they are not readable. some dummy data I am getting as shown below. They are not the correct messages what we are programmed.

Events

9 events.
Timestamp (Local Time)
Provider
PID:TID
ID
Task
Keyword
Level
Payload
ActivityId:{00000000-0000-0000-0000-000000000000}, OpCode:66, RelatedActivityId:{00000000-0000-0000-0000-000000000000},
0
0
0
4294967295:4294967295

01/01/1601 5:30:00.0000000


Same kind of issue someone posted here, but I am unable to get the solution out of it

"{{ service.title }}"

"Using ETW tracing on Windows 10 IoT Core"


Can someone please guide me on how to get trace logs in Win IOT Core.

Thank you

ActivityId:{00000000-0000-0000-0000-000000000000}, OpCode:0, RelatedActivityId:{00000000-0000-0000-0000-000000000000},


Continue reading...
 
Back
Top