|
|
|
@ -3427,7 +3427,7 @@ public class DeviceManagementProviderServiceImpl implements DeviceManagementProv
|
|
|
|
|
deviceLocation.setDistance(Double.parseDouble(distance));
|
|
|
|
|
deviceLocation.setSpeed(Float.parseFloat(speed));
|
|
|
|
|
deviceLocation.setBearing(Float.parseFloat(bearing));
|
|
|
|
|
deviceInformationManager.addDeviceLocation(device, deviceLocation);
|
|
|
|
|
deviceInformationManager.addDeviceLocation(deviceLocation);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
//We are not failing the execution since this is not critical for the functionality. But logging as
|
|
|
|
|
// a warning for reference.
|
|
|
|
|