How to get win10 log #2663
-
Hi,
The result is no response, I think the correct operation after the third step should have print ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
quicetw is not really the right tool for doing this. See the diagnostic page in the docs for how to grab logs. https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md You'll want to follow the netsh.exe portion for creating the raw etw log files. Then down in the windows section you'll see how to convert the logs. Since you're on windows 10, you'll need to follow the steps on how to install the manifest to be able to convert the logs. |
Beta Was this translation helpful? Give feedback.
quicetw is not really the right tool for doing this. See the diagnostic page in the docs for how to grab logs.
https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md
You'll want to follow the netsh.exe portion for creating the raw etw log files.
https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md#netshexe
Then down in the windows section you'll see how to convert the logs. Since you're on windows 10, you'll need to follow the steps on how to install the manifest to be able to convert the logs.
https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md#windows-2