Skip to content

Commit 86b7f92

Browse files
authored
Add missing startup flags in runtime/start event (#55151)
1 parent c865a54 commit 86b7f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreclr/vm/eventtrace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5045,7 +5045,7 @@ VOID ETW::InfoLog::RuntimeInformation(INT32 type)
50455045
{
50465046
PCWSTR szDtraceOutput1=W(""),szDtraceOutput2=W("");
50475047
UINT8 startupMode = 0;
5048-
UINT startupFlags = 0;
5048+
UINT startupFlags = CorHost2::GetStartupFlags();
50495049
PathString dllPath;
50505050
UINT8 Sku = ETW::InfoLog::InfoStructs::CoreCLR;
50515051

0 commit comments

Comments
 (0)