Files
UnrealEngineUWP/Engine/Source/Developer/CrashDebugHelper/Private/Android/CrashDebugHelperAndroid.cpp
allan bentham 43f7e5e730 Basic Android support for crashdebughelper, crashreportcore.
Android Arm64 stackwalk uses libunwind.
Crash handler support for Android platform.
#rb Chris.Babcock, Jack.porter
[FYI] Chris.babcock, Jack.porter, Brandon.Schaefer
#rnx


#ROBOMERGE-SOURCE: CL 10122012 via CL 10122015 via CL 10122016
#ROBOMERGE-BOT: (v587-10111126)

[CL 10122017 by allan bentham in Main branch]
2019-11-13 06:50:47 -05:00

9 lines
214 B
C++

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