mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Replace "Your Report Tag" with "Crash ID".
This commit is contained in:
parent
fbfa6966f4
commit
50f2e93623
2 changed files with 1 additions and 4 deletions
|
@ -426,7 +426,7 @@ LastCrashedWindow::LastCrashedWindow(
|
|||
}
|
||||
|
||||
_pleaseSendReport.setText(u"Please send us a crash report."_q);
|
||||
_yourReportName.setText(u"Your Report Tag: %1\nYour User Tag: %2"_q.arg(QString(_minidumpName).replace(".dmp", "")).arg(launcher->installationTag(), 0, 16));
|
||||
_yourReportName.setText(u"Crash ID: %1"_q.arg(QString(_minidumpName).replace(".dmp", "")));
|
||||
_yourReportName.setCursor(style::cur_text);
|
||||
_yourReportName.setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||
|
||||
|
|
|
@ -190,9 +190,6 @@ void WriteReportInfo(int signum, const char *name) {
|
|||
} else {
|
||||
dump() << "Caught signal " << signum << " in thread " << uint64(thread) << "\n";
|
||||
}
|
||||
|
||||
dump() << "\nBacktrace omitted.\n";
|
||||
dump() << "\n";
|
||||
}
|
||||
|
||||
const int HandledSignals[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue