Loading src/main/java/ecorp/easy/installer/controllers/subcontrollers/DeviceDetectedController.java +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class DeviceDetectedController extends AbstractSubController{ try{ phone.setFlashingProcess(DeviceHelper.loadFlashProcess(phone.getAdbDevice())); phone.setPrepProcess(DeviceHelper.loadPreparationProcess(phone.getAdbDevice())); }catch(IOException | NullPointerException | NumberFormatException | ParseException e){ logger.debug("Can't load Flashing Process from Yaml : {}", e.getMessage()); displayIncompatibleDeviceFound(model); Loading Loading
src/main/java/ecorp/easy/installer/controllers/subcontrollers/DeviceDetectedController.java +1 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class DeviceDetectedController extends AbstractSubController{ try{ phone.setFlashingProcess(DeviceHelper.loadFlashProcess(phone.getAdbDevice())); phone.setPrepProcess(DeviceHelper.loadPreparationProcess(phone.getAdbDevice())); }catch(IOException | NullPointerException | NumberFormatException | ParseException e){ logger.debug("Can't load Flashing Process from Yaml : {}", e.getMessage()); displayIncompatibleDeviceFound(model); Loading