| 39 | } |
| 40 | |
| 41 | void uninstallCrashHandler() |
| 42 | { |
| 43 | SetUnhandledExceptionFilter(nullptr); |
| 44 | } |
| 45 | |
| 46 | bool WriteFullDump(HANDLE hProc, EXCEPTION_POINTERS *ep, const char* filePath) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected