mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Crash handling works on android.
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ Be aware that even if you already have thread naming functionality implemented,
|
||||
\subsection{Crash handling}
|
||||
\label{crashhandling}
|
||||
|
||||
On selected platforms\footnote{Windows, Linux.} 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 information about the crash reason, call stack at the time of crash, etc.
|
||||
On selected platforms\footnote{Windows, Linux and Android.} 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 information about the crash reason, call stack at the time of crash, etc.
|
||||
|
||||
This is an automatic process and it doesn't require user interaction.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user