crash: add crash stack print.

This commit is contained in:
2025-06-20 10:33:03 +08:00
parent 32b206c2f5
commit ce3d3a1866
15 changed files with 5048 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// Server.h
// Server.h
#ifndef SERVER_H
#define SERVER_H
@@ -7,6 +7,7 @@
#include <QTcpServer>
#include <QTcpSocket>
#include <QTimer>
#include <crashelper.h>
#include "Protocol.h"