KEMBAR78
Fix EventSource to stop ignoring EventCommand.SendManifest by sywhang · Pull Request #848 · dotnet/runtime · GitHub
Skip to content

Conversation

sywhang
Copy link
Contributor

@sywhang sywhang commented Dec 13, 2019

EventSource was ignoring SendManifest commands coming in from ETW specifically, because the part of the code that was sending manifest data over was ifdef'd out. Normally we send the manifest data on enabling a session, so this path was never hit. But if another manifest data needs to be sent after the trace has already started (i.e. change the output file to a different file), it ignores that request.

@sywhang sywhang merged commit 2755362 into dotnet:master Dec 18, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants