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