MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Write

Function Write

src/crash_writer.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

SaveHistoryMethod · 0.70
UnhandledExceptionMethod · 0.70
OnRunMethod · 0.70
TESTFunction · 0.50
roundtrip_testFunction · 0.50
logMethod · 0.50
FlushMethod · 0.50
FlushMethod · 0.50
FlushMethod · 0.50

Calls 3

strftimeFunction · 0.85
formatFunction · 0.70

Tested by 2

TESTFunction · 0.40
roundtrip_testFunction · 0.40