Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EventSource to stop ignoring EventCommand.SendManifest #848

Merged
merged 6 commits into from
Dec 18, 2019

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