mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[Crashlogs] Fix showing bad path when saving crashlogs
Regression from recent DataPaths commits
This commit is contained in:
parent
0a622e325c
commit
8069573f08
|
@ -48,7 +48,7 @@ void qupzilla_signal_handler(int s)
|
||||||
}
|
}
|
||||||
sigSegvServed = true;
|
sigSegvServed = true;
|
||||||
|
|
||||||
std::cout << "QupZilla: Crashed :( Saving backtrace in " << qPrintable(DataPaths::path(DataPaths::Config)) << "crashlog ..." << std::endl;
|
std::cout << "QupZilla: Crashed :( Saving backtrace in " << qPrintable(DataPaths::path(DataPaths::Config)) << "/crashlog ..." << std::endl;
|
||||||
|
|
||||||
void* array[100];
|
void* array[100];
|
||||||
int size = backtrace(array, 100);
|
int size = backtrace(array, 100);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user