Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FUnixCrashContext
Description
Dumps all the data from crash context to the "minidump" report.
Write all the data mined from the minidump to a text file
| Name | GenerateReport |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h |
| Include Path | #include "Unix/UnixPlatformCrashContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformCrashContext.cpp |
void GenerateReport
(
const FString & DiagnosticsPath
) const
Parameters
| Name | Remarks |
|---|---|
| DiagnosticsPath | Path to put the file to |