-
Perhaps someone can suggest the correct way to use netsh to catch a possible bug. I started netsh as follows: When I saw the error in my application that I wanted to analyze I entered Any suggestion on how I might be more successful in catching the point of failure with ETW than what I did? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It's hard to say, because it depends on the type of error you're looking for. You are collecting all the MsQuic logs, which can be quite verbose if you're running for an extended period of time. I recommend first trying to capture the minimal repro in the logs. From there, without any additional information about your app error, I recommend starting from the last event you got from MsQuic around that error and working backwards. |
Beta Was this translation helpful? Give feedback.
It's hard to say, because it depends on the type of error you're looking for. You are collecting all the MsQuic logs, which can be quite verbose if you're running for an extended period of time. I recommend first trying to capture the minimal repro in the logs. From there, without any additional information about your app error, I recommend starting from the last event you got from MsQuic around that error and working backwards.