Include steam.inf in crash metadata

This commit is contained in:
Asher Baker
2016-08-22 15:06:14 +01:00
parent d2ad4eb071
commit e4a0c190ab
4 changed files with 71 additions and 23 deletions
+2 -3
View File
@@ -3,7 +3,7 @@
#include "third_party/lss/linux_syscall_support.h"
#include <signal.h>
#include <dirent.h>
#include <dirent.h>
#include <unistd.h>
static bool dumpCallback(const google_breakpad::MinidumpDescriptor &descriptor, void *context, bool succeeded)
@@ -28,7 +28,6 @@ int main(int argc, char *argv[])
// Test shit here.
__builtin_trap();
delete handler;
delete handler;
return 0;
}