mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 16:35:21 -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
|
@ -16,6 +16,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "util/stacktrace.h"
|
||||
|
||||
CrashStackTrace gCrashStackTrace;
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <csignal>
|
||||
#include <QObject>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue