[Title] sdblib refactoring
authorBonyong.lee <bonyong.lee@samsung.com>
Thu, 23 May 2013 01:34:38 +0000 (10:34 +0900)
committerBonyong.lee <bonyong.lee@samsung.com>
Thu, 23 May 2013 01:34:38 +0000 (10:34 +0900)
[Desc.] Remove unused class( LogReceiver )
[Issue]

org.tizen.nativeplatform/src/org/tizen/nativeplatform/launch/TizenDebianLaunchDelegate.java

index 870e8c1..1f7bd01 100644 (file)
@@ -491,7 +491,7 @@ public class TizenDebianLaunchDelegate extends AbstractCLaunchDelegate {
             if (currentDevice == null) {
                 newCoreException(TizenLaunchMessages.CANNOT_CONNECT_TO_DEVICE, null);
             }
-            if (currentDevice.isOffline()) {
+            if ( !currentDevice.isOnline()) {
                 newCoreException(TizenLaunchMessages.CANNOT_CONNECT_TO_DEVICE, null);
             }            
         } finally {