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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user