Compilation fix

#rb william.ewen

[CL 22148167 by j baumgartner in ue5-main branch]
This commit is contained in:
j baumgartner
2022-09-22 18:50:21 -04:00
parent 5899bc87cd
commit df850050eb
@@ -755,15 +755,12 @@ namespace Gauntlet
bool bReinstallPerPass = Globals.Params.ParseParam("ReinstallPerPass");
if (RolesToInstalls == null || !RolesToInstalls.ContainsKey(Role) || bReinstallPerPass)
{
// Tag the device for report result
if(BuildHostPlatform.Current.Platform != Device.Platform)
{
AppConfig.CommandLineParams.Add("DeviceTag", Device.Name);
}
IAppInstall Install = null;
IDeviceUsageReporter.RecordStart(Device.Name, Device.Platform, IDeviceUsageReporter.EventType.Device, IDeviceUsageReporter.EventState.Success);
IDeviceUsageReporter.RecordStart(Device.Name, Device.Platform, IDeviceUsageReporter.EventType.Install, IDeviceUsageReporter.EventState.Success, BuildSource.BuildName);
try