From: Mike McLaughlin Date: Mon, 5 Feb 2024 21:46:09 +0000 (-0800) Subject: Fix dotnet-trace rundown default (#4498) X-Git-Tag: accepted/tizen/unified/20241231.014852~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c08c89a0643d31db91e119b1adb463be3e0ffe5;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Fix dotnet-trace rundown default (#4498) --- 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) {