From 608f0c850de0a1cfc9e35b38b9f04f836aa9086c Mon Sep 17 00:00:00 2001 From: David Mason Date: Wed, 22 May 2019 03:29:46 -0700 Subject: [PATCH] Update message ID --- .../Eventing/DiagnosticMessageType.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.Diagnostics.Tools.RuntimeClient/Eventing/DiagnosticMessageType.cs b/src/Microsoft.Diagnostics.Tools.RuntimeClient/Eventing/DiagnosticMessageType.cs index 2bce8154b..9be3d2727 100644 --- a/src/Microsoft.Diagnostics.Tools.RuntimeClient/Eventing/DiagnosticMessageType.cs +++ b/src/Microsoft.Diagnostics.Tools.RuntimeClient/Eventing/DiagnosticMessageType.cs @@ -14,10 +14,6 @@ namespace Microsoft.Diagnostics.Tools.RuntimeClient /// GenerateCoreDump = 1, /// - /// Attaches a profiler to an existing process - /// - AttachProfiler, - /// /// Starts an EventPipe session that writes events to a file when the session is stopped or the application exits. /// StartEventPipeTracing = 1024, @@ -29,5 +25,9 @@ namespace Microsoft.Diagnostics.Tools.RuntimeClient /// Starts an EventPipe session that sends events out-of-proc through IPC. /// CollectEventPipeTracing, + /// + /// Attaches a profiler to an existing process + /// + AttachProfiler = 2048, } } -- 2.34.1