summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorJohn Chen (CLR) <jochen@microsoft.com>2016-06-09 08:54:37 -0700
committerJohn Chen (CLR) <jochen@microsoft.com>2016-06-09 12:46:04 -0700
commit61e1cd635a1b0ef92927b6c8c7910a58c740ce95 (patch)
tree015a465300bf9655960a204d11f98c7b85742011 /src/inc
parentce40049d1a4d94a63581694cbb3fd18222e318aa (diff)
downloadcoreclr-61e1cd635a1b0ef92927b6c8c7910a58c740ce95.tar.gz
coreclr-61e1cd635a1b0ef92927b6c8c7910a58c740ce95.tar.bz2
coreclr-61e1cd635a1b0ef92927b6c8c7910a58c740ce95.zip
Add an option to log outcome of loading Ready to Run images
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index f46c1110b8..2bb6e78971 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -1024,6 +1024,7 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_ReadyToRun, W("ReadyToRun"), 1, "Enable/disabl
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_ReadyToRun, W("ReadyToRun"), 0, "Enable/disable use of ReadyToRun native code") // Off by default for desktop
#endif
RETAIL_CONFIG_STRING_INFO(EXTERNAL_ReadyToRunExcludeList, W("ReadyToRunExcludeList"), "List of assemblies that cannot use Ready to Run images")
+RETAIL_CONFIG_STRING_INFO(EXTERNAL_ReadyToRunLogFile, W("ReadyToRunLogFile"), "Name of file to log success/failure of using Ready to Run images")
#if defined(FEATURE_EVENT_TRACE) || defined(FEATURE_EVENTSOURCE_XPLAT)
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_EnableEventLog, W("EnableEventLog"), 0, "Enable/disable use of EnableEventLogging mechanism ") // Off by default