1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add flag to disable crash handler

This commit is contained in:
Blake Taylor
2022-04-26 21:19:56 -07:00
parent afd4cdec63
commit 8c5120ee5a
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ Tracy will try to capture thread names through operating system data if context
On selected platforms (see section~\ref{featurematrix}) Tracy will intercept application crashes\footnote{For example, invalid memory accesses ('segmentation faults', 'null pointer exceptions'), divisions by zero, etc.}. This serves two purposes. First, the client application will be able to send the remaining profiling data to the server. Second, the server will receive a crash report with the crash reason, call stack at the time of the crash, etc.
This is an automatic process, and it doesn't require user interaction.
This is an automatic process, and it doesn't require user interaction. If you are experiencing issues with crash handling you may want to try defining the \texttt{TRACY\_NO\_CRASH\_HANDLER} macro to disable the built in crash handling.
\begin{bclogo}[
noborder=true,