| 74 | void Cleanup() { } |
| 75 | |
| 76 | void Write() { |
| 77 | #if wxUSE_STACKWALKER == 1 |
| 78 | StackWalker walker("Fatal exception"); |
| 79 | walker.WalkFromException(); |
| 80 | #endif |
| 81 | } |
| 82 | |
| 83 | void Write(std::string const& error) { |
| 84 | std::ofstream file(crashlog_path, std::ios::app); |