Skip to content

Commit

Permalink
Add Microsoft-Windows-DotNETRuntime to the list of framework EventSou…
Browse files Browse the repository at this point in the history
…rces. (dotnet/corefx#31691)

Commit migrated from dotnet/corefx@1fe4dd9
  • Loading branch information
brianrob authored Aug 10, 2018
1 parent e866f17 commit eabec7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public static void CheckNoEventSourcesRunning(string message = "")
eventSource.Name != "System.Buffers.ArrayPoolEventSource" &&
eventSource.Name != "System.Threading.SynchronizationEventSource" &&
eventSource.Name != "System.Runtime.InteropServices.InteropEventProvider" &&
eventSource.Name != "System.Reflection.Runtime.Tracing"
eventSource.Name != "System.Reflection.Runtime.Tracing" &&
eventSource.Name != "Microsoft-Windows-DotNETRuntime"
)
{
eventSourceNames += eventSource.Name + " ";
Expand Down

0 comments on commit eabec7f

Please sign in to comment.