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