mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
Print stack trace on crash
This commit is contained in:
parent
d711e09b68
commit
c0ca1a5aad
3 changed files with 104 additions and 17 deletions
|
@ -19,6 +19,10 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
****************************************************************/
|
||||
|
||||
#include "util/stacktrace.h"
|
||||
|
||||
CrashStackTrace gCrashStackTrace;
|
||||
|
||||
#include <QObject>
|
||||
#include <QMessageBox>
|
||||
#include <QSplashScreen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue