[Title] Restore uncommited changes
authorBon-Yong Lee <bonyong.lee@samsung.com>
Tue, 14 May 2013 03:31:35 +0000 (12:31 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Tue, 14 May 2013 03:31:35 +0000 (12:31 +0900)
[Desc.]
[Issue]

org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 489df4f..5eeabad
@@ -165,6 +165,7 @@ extends AbstractLauncher
 
         SmartDevelopmentBridge bridge = null;
         try {
+               SmartDevelopmentBridge.init();
             bridge = SmartDevelopmentBridge.createBridge(sdbPath, true);
 
             // wait sdb start
@@ -185,7 +186,7 @@ extends AbstractLauncher
     }
 
     protected void endSDB() {
-        SmartDevelopmentBridge.getBridge().down();
+        SmartDevelopmentBridge.getBridge().terminate();
     }
 
        /**