From 1992030bcaff8f501e109f75fff93fa36175e8c0 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Tue, 30 Jan 2018 16:38:39 -0800 Subject: Add COMPlus variable to control rundown. (#16109) --- src/inc/clrconfigvalues.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inc/clrconfigvalues.h') diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h index afb67986ff..d8dbecade7 100644 --- a/src/inc/clrconfigvalues.h +++ b/src/inc/clrconfigvalues.h @@ -734,6 +734,7 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_AllowDComReflection, W("AllowDComReflection"), RETAIL_CONFIG_DWORD_INFO(INTERNAL_EnableEventPipe, W("EnableEventPipe"), 0, "Enable/disable event pipe. Non-zero values enable tracing.") RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeOutputFile, W("EventPipeOutputFile"), "The full path including file name for the trace file that will be written when COMPlus_EnableEventPipe&=1") RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeConfig, W("EventPipeConfig"), "Configuration for EventPipe.") +RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeRundown, W("EventPipeRundown"), 1, "Enable/disable eventpipe rundown.") #ifdef FEATURE_GDBJIT /// -- cgit v1.2.3