Skip to content

Fix EventSource to stop ignoring EventCommand.SendManifest#848

Merged
sywhang merged 6 commits intodotnet:masterfrom
sywhang:dev/suwhang/etw-sendmanifest-fix
Dec 18, 2019
Merged

Fix EventSource to stop ignoring EventCommand.SendManifest#848
sywhang merged 6 commits intodotnet:masterfrom
sywhang:dev/suwhang/etw-sendmanifest-fix

Conversation

@sywhang
Copy link
Copy Markdown
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