mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
call startCrashhandler from interface
This commit is contained in:
parent
47f44eb21f
commit
6c04431636
2 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <SandboxUtils.h>
|
||||
#include <SharedUtil.h>
|
||||
#include <NetworkAccessManager.h>
|
||||
#include <shared/Crashpad.h>
|
||||
|
||||
#include "AddressManager.h"
|
||||
#include "Application.h"
|
||||
|
@ -45,6 +46,8 @@ int main(int argc, const char* argv[]) {
|
|||
|
||||
disableQtBearerPoll(); // Fixes wifi ping spikes
|
||||
|
||||
startCrashHandler();
|
||||
|
||||
QElapsedTimer startupTime;
|
||||
startupTime.start();
|
||||
|
||||
|
|
|
@ -84,4 +84,4 @@ bool startCrashHandler() {
|
|||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue