You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subscribing to an existing trace should be possible, just call OpenTraceW() on an existing trace name.
I'm not sure whether that's absolutely a good idea, because we're not sure then what providers have been setup (and in the current Rust code, this means we have no Providers nor their callback closures initialized).
Maybe closing and re-starting the trace would be the most sensible choice
Maybe ferrisetw could be used to list and control already existing traces.
See
QueryAllTracesW
: https://learn.microsoft.com/en-us/windows/win32/api/evntrace/nf-evntrace-queryalltraceswCould it also stop them? Subscribe to them? etc.
The text was updated successfully, but these errors were encountered: