summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2020-01-14 10:35:31 -0800
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2020-01-14 10:35:31 -0800
commit942f3ac191bfd8cfae52b8675d6ebdaea43149c7 (patch)
treea2241b1ab6d03a8ae3dce0209e9f30cfdb88bfd8 /src/System.Private.CoreLib
parent2d996fc48fee36d8c95040c651f0625cd1d7c094 (diff)
downloadcoreclr-942f3ac191bfd8cfae52b8675d6ebdaea43149c7.tar.gz
coreclr-942f3ac191bfd8cfae52b8675d6ebdaea43149c7.tar.bz2
coreclr-942f3ac191bfd8cfae52b8675d6ebdaea43149c7.zip
Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
index 745836d3aa..06a2006bb1 100644
--- a/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
+++ b/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
@@ -2820,14 +2820,12 @@ namespace System.Diagnostics.Tracing
}
else
{
-#if !FEATURE_PERFTRACING
if (commandArgs.Command == EventCommand.SendManifest)
{
// TODO: should we generate the manifest here if we hadn't already?
if (m_rawManifest != null)
SendManifest(m_rawManifest);
}
-#endif
// These are not used for non-update commands and thus should always be 'default' values
// Debug.Assert(enable == true);