2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix crash dump generation on Linux.

This commit is contained in:
John Preston
2021-05-03 17:34:33 +04:00
parent 9a857659ce
commit b1c4524612
9 changed files with 145 additions and 177 deletions

View File

@@ -26,6 +26,9 @@ void InstallLauncher(bool force = false);
inline void IgnoreApplicationActivationRightNow() {
}
inline void WriteCrashDumpDetails() {
}
} // namespace Platform
inline void psCheckLocalSocket(const QString &serverName) {
@@ -35,8 +38,6 @@ inline void psCheckLocalSocket(const QString &serverName) {
}
}
void psWriteDump();
void psActivateProcess(uint64 pid = 0);
QString psAppDataPath();
void psAutoStart(bool start, bool silent = false);