You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Crash reporter improvements - Removed unused code
#platformnotify Josh.Adams [CL 2682379 by Jaroslaw Surowiec in Main branch]
This commit is contained in:
committed by
Jaroslaw.Surowiec@epicgames.com
parent
1bab0324da
commit
f2f982ae10
@@ -60,23 +60,6 @@ enum class ECrashDumpMode : int32
|
||||
FullDump = 1,
|
||||
};
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
LexicalConversion
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
namespace LexicalConversion
|
||||
{
|
||||
inline FString ToString( const ECrashDescVersions& Value )
|
||||
{
|
||||
return TTypeToString<int32>::ToString( int32( Value ) );
|
||||
}
|
||||
|
||||
inline FString ToString( const ECrashDumpMode& Value )
|
||||
{
|
||||
return TTypeToString<int32>::ToString( int32( Value ) );
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Contains a runtime crash's properties that are common for all platforms.
|
||||
* This may change in the future.
|
||||
|
||||
Reference in New Issue
Block a user