mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "SslContext.h"
|
||||
#include "DatabaseLoader.h"
|
||||
#include "LoginRESTService.h"
|
||||
#include "WheatyExceptionReport.h"
|
||||
#include <iostream>
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
@@ -77,6 +78,7 @@ static uint32 _banExpiryCheckInterval;
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
InitializeCrashHandler();
|
||||
signal(SIGABRT, &Trinity::AbortHandler);
|
||||
|
||||
auto configFile = fs::absolute(_TRINITY_BNET_CONFIG);
|
||||
|
||||
Reference in New Issue
Block a user