summaryrefslogtreecommitdiff
path: root/src/vm/excep.cpp
diff options
context:
space:
mode:
authorRama <ramarag@microsoft.com>2015-10-08 18:53:59 -0700
committerRama <ramarag@microsoft.com>2015-10-11 18:50:39 -0700
commitff328b606c4edad13e9a211a8d89288340952f4c (patch)
tree61db95b33101397875ec50713471aa341e25cac5 /src/vm/excep.cpp
parent66b24ad114f991cd882387f1a3bb280c7cd6877f (diff)
downloadcoreclr-ff328b606c4edad13e9a211a8d89288340952f4c.tar.gz
coreclr-ff328b606c4edad13e9a211a8d89288340952f4c.tar.bz2
coreclr-ff328b606c4edad13e9a211a8d89288340952f4c.zip
This enables Lttng Logging for CoreClr,
The Tracepoint Providers are built as a separate shared object called libcoreclrtraceptprovider and it is available in the same directory as libcoreclr.so By Default the ability of Tracing will not be present To enable the ability of Tracing, the apps need to be run like: LD_PRELOAD=libcoreclrtraceptprovider.so ./corerun HelloWorld.exe For now to change Xplat Event Logging mechanism add any events to: <root>/src/vm/ClrEtwAll.man Then regenerate files by running : <root>/src/inc/genXplatLtnng.pl Conflicts: Documentation/building/linux-instructions.md
Diffstat (limited to 'src/vm/excep.cpp')
-rw-r--r--src/vm/excep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/excep.cpp b/src/vm/excep.cpp
index 8abfadbf24..5259e91d1a 100644
--- a/src/vm/excep.cpp
+++ b/src/vm/excep.cpp
@@ -5408,7 +5408,7 @@ LONG InternalUnhandledExceptionFilter_Worker(
#endif // DEBUGGING_SUPPORTED
-#ifdef FEATURE_EVENT_TRACE
+#if defined(FEATURE_EVENT_TRACE) && !defined(FEATURE_PAL)
DoReportForUnhandledException(pParam->pExceptionInfo);
#endif // FEATURE_EVENT_TRACE