[Title] Remove uaccmd.exe execution
authorhyunsik.noh <hyunsik.noh@samsung.com>
Fri, 14 Oct 2011 08:51:04 +0000 (17:51 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Fri, 14 Oct 2011 08:51:04 +0000 (17:51 +0900)
[Type] Enhancement
[Module] common-plugin
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCast]

com.samsung.slp.connection/src/com/samsung/slp/common/conn/device/DeviceChecker.java

index dd9d709..8da2bd9 100644 (file)
@@ -228,11 +228,11 @@ public class DeviceChecker extends Thread{
                                else
                                {
                                        
-                                       if( !machine.isReachable() && INTERFACE_NAME != null)
-                                       {
-                                               String command = InstallPathConfig.getIDEPath() + File.separatorChar + "uaccmd.exe " + INTERFACE_NAME ;
-                                               HostUtil.execute(command);
-                                       }
+//                                     if( !machine.isReachable() && INTERFACE_NAME != null)
+//                                     {
+//                                             String command = InstallPathConfig.getIDEPath() + File.separatorChar + "uaccmd.exe " + INTERFACE_NAME ;
+//                                             HostUtil.execute(command);
+//                                     }
                                        
                                        DeviceLauncherManager.getDeviceLauncher(deviceId, deviceType);
                                }