9 lines
200 B
C++
9 lines
200 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "CrashDebugHelperLinux.h"
|
|
|
|
bool FCrashDebugHelperLinux::CreateMinidumpDiagnosticReport( const FString& InCrashDumpName )
|
|
{
|
|
return true;
|
|
}
|