Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 942f3ac

Browse files
sywhangAnipik
authored andcommitted
Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)
1 parent 2d996fc commit 942f3ac

File tree

1 file changed

+0
-2
lines changed
  • src/System.Private.CoreLib/shared/System/Diagnostics/Tracing

1 file changed

+0
-2
lines changed

src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,14 +2820,12 @@ internal void DoCommand(EventCommandEventArgs commandArgs)
28202820
}
28212821
else
28222822
{
2823-
#if !FEATURE_PERFTRACING
28242823
if (commandArgs.Command == EventCommand.SendManifest)
28252824
{
28262825
// TODO: should we generate the manifest here if we hadn't already?
28272826
if (m_rawManifest != null)
28282827
SendManifest(m_rawManifest);
28292828
}
2830-
#endif
28312829

28322830
// These are not used for non-update commands and thus should always be 'default' values
28332831
// Debug.Assert(enable == true);

0 commit comments

Comments
 (0)