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