From: Mike McLaughlin Date: Tue, 6 Feb 2024 17:36:20 +0000 (-0800) Subject: Fix dotnet-trace rundown default (#4499) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38209cc13e871db9deac85b7c469d27b51c9de9b;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Fix dotnet-trace rundown default (#4499) --- diff --git a/src/Tools/dotnet-trace/Profile.cs b/src/Tools/dotnet-trace/Profile.cs index 89b723636..2d43bc6a8 100644 --- a/src/Tools/dotnet-trace/Profile.cs +++ b/src/Tools/dotnet-trace/Profile.cs @@ -22,7 +22,7 @@ namespace Microsoft.Diagnostics.Tools.Trace public string Description { get; } - public bool Rundown { get; set; } + public bool Rundown { get; set; } = true; public static void MergeProfileAndProviders(Profile selectedProfile, List providerCollection, Dictionary enabledBy) {