You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Improve code around fixing universal binary symbolication
#jira UE-182017 #rb Joah.Adams #preflight 642b031d89339023eb91bccd [CL 24895273 by calvin zheng in ue5-main branch]
This commit is contained in:
@@ -404,7 +404,7 @@ static int32 SymboliseStackInfo(FPlatformSymbolDatabaseSet& SymbolCache, TArray<
|
||||
if(!Db)
|
||||
{
|
||||
FApplePlatformSymbolDatabase Database;
|
||||
if(FPlatformSymbolication::LoadSymbolDatabaseForBinary(TEXT(""), Module.Name, Module.Report, Database))
|
||||
if(FPlatformSymbolication::LoadSymbolDatabaseForBinary(TEXT(""), Module.Name, Module.Report, {}, Database))
|
||||
{
|
||||
SymbolCache.Add(Database);
|
||||
Db = SymbolCache.Find(Module.Report);
|
||||
@@ -780,4 +780,4 @@ bool FCrashDebugHelperIOS::CreateMinidumpDiagnosticReport( const FString& InCras
|
||||
}
|
||||
|
||||
return bOK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user