MCPcopy Create free account
hub / github.com/SpriteOvO/AirPodsDesktop / WriteStackTraceFile

Function WriteStackTraceFile

Source/Error.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Impl {
37
38void WriteStackTraceFile()
39{
40 using namespace boost;
41
42 auto workspace = Utils::File::GetWorkspace();
43 std::ofstream file{workspace.absoluteFilePath(kStackTraceFileName).toStdString()};
44
45 file << stacktrace::stacktrace();
46}
47} // namespace Impl
48
49void Initialize()

Callers 1

FatalErrorFunction · 0.85

Calls 1

GetWorkspaceFunction · 0.85

Tested by

no test coverage detected