Print stack trace on crash

This commit is contained in:
Gioacchino Mazzurco 2018-11-05 00:19:45 +01:00
parent d711e09b68
commit c0ca1a5aad
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
3 changed files with 104 additions and 17 deletions

View file

@ -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>