You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Eliminate whitespace only differences between Release-Engine-Staging and Release-Engine-Test
#[fyi] Aurel.Cordonnier #ushell-cherrypick of 18448630 by Marc.Audy #preflight none [CL 18483677 by Marc Audy in ue5-main branch]
This commit is contained in:
@@ -417,16 +417,16 @@ private:
|
||||
// Find the device model
|
||||
FParse::Value(*DeviceString, TEXT("model:"), NewDeviceInfo.Model);
|
||||
// find the product model (this must match java's android.os.build.model)
|
||||
FString ModelCommand = FString::Printf(TEXT("-s %s %s ro.product.model"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
|
||||
FString RoProductModel;
|
||||
FString ModelCommand = FString::Printf(TEXT("-s %s %s ro.product.model"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
|
||||
FString RoProductModel;
|
||||
if( ExecuteAdbCommand(*ModelCommand, &RoProductModel, nullptr) )
|
||||
{
|
||||
if(!RoProductModel.IsEmpty())
|
||||
{
|
||||
NewDeviceInfo.Model = RoProductModel.TrimStartAndEnd();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Find the build ID
|
||||
FString BuildNumberString;
|
||||
const FString BuildNumberCommand = FString::Printf(TEXT("-s %s %s ro.build.display.id"), *NewDeviceInfo.SerialNumber, *GetPropCommand);
|
||||
|
||||
Reference in New Issue
Block a user