I'm having an issue on Linux Arm where it cannot find an ID for method IsEventSourceLoggingEnabled at line 542 of ecall.cpp (https://github.com/dotnet/coreclr/blob/master/src/vm/ecall.cpp#L542)
Turns out that FEATURE_EVENT_TRACE is disabled for Linux ARM by this PR dotnet/coreclr#2935. Should this be reverted back to allow FEATURE_EVENT_TRACE for all platforms? Or should we change mscorlib to not call it when it is not defined?
I'm having an issue on Linux Arm where it cannot find an ID for method
IsEventSourceLoggingEnabledat line 542 of ecall.cpp (https://github.com/dotnet/coreclr/blob/master/src/vm/ecall.cpp#L542)Turns out that FEATURE_EVENT_TRACE is disabled for Linux ARM by this PR dotnet/coreclr#2935. Should this be reverted back to allow FEATURE_EVENT_TRACE for all platforms? Or should we change mscorlib to not call it when it is not defined?