mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Crash handling works on android.
This commit is contained in:
parent
2ebe9b72d1
commit
8ab3409266
2
NEWS
2
NEWS
@ -102,7 +102,7 @@ v0.4 (xxxx-xx-xx)
|
||||
processor, a message dialog with workaround instructions will be
|
||||
displayed.
|
||||
- Tracy can intercept crashes and finish sending data from a dying process.
|
||||
- Currently this is only implemented on Windows and Linux.
|
||||
- Currently this is only implemented on Windows, Linux and Android.
|
||||
- Call stack window may now display addresses of the frames, instead of
|
||||
source file locations.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user