Removed debug messages.
This commit is contained in:
@@ -49,7 +49,7 @@ const int kNumHandledSignals = sizeof(kExceptionSignals) / sizeof(kExceptionSign
|
||||
|
||||
static bool dumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, void* context, bool succeeded)
|
||||
{
|
||||
printf("Dump path: %s\n", descriptor.path());
|
||||
printf("Wrote minidump to: %s\n", descriptor.path());
|
||||
return succeeded;
|
||||
}
|
||||
|
||||
@@ -71,8 +71,6 @@ void OnGameFrame(bool simulating)
|
||||
return;
|
||||
}
|
||||
|
||||
META_CONPRINTF(">>> SOME BITCH OVERWROTE OUR HANDLER\n");
|
||||
|
||||
struct sigaction act;
|
||||
memset(&act, 0, sizeof(act));
|
||||
sigemptyset(&act.sa_mask);
|
||||
@@ -112,8 +110,6 @@ void UploadCrashDump(const char *path)
|
||||
|
||||
void Accelerator::OnCoreMapStart(edict_t *pEdictList, int edictCount, int clientMax)
|
||||
{
|
||||
META_CONPRINTF(">>> MinidumpAccount: %s\n", g_pSM->GetCoreConfigValue("MinidumpAccount"));
|
||||
|
||||
DIR *dumps = opendir(buffer);
|
||||
dirent *dump;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user