sdb: add "sdb" parameter to command
authormunkyu.im <munkyu.im@samsung.com>
Fri, 26 Oct 2012 11:12:06 +0000 (20:12 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Fri, 26 Oct 2012 11:12:06 +0000 (20:12 +0900)
it was skipped accidentally

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

index 67cea530f6a74654d02bc22951644e1e9d09666f..5fba7d9a6f455a5c89d5cf0f6f9a08c174e7fb7c 100644 (file)
@@ -1822,7 +1822,7 @@ public class EmulatorSkin {
                                                        "--title=" + SkinUtil.makeEmulatorName( config ), "-x", sdbPath, "-s", "emulator-"
                                                                        + portSdb, "shell" );
                                } else if ( SwtUtil.isWindowsPlatform() ) {
-                                       procSdb.command( "cmd.exe", "/c", "start", sdbPath, "-s", "emulator-" + portSdb, "shell" );
+                                       procSdb.command( "cmd.exe", "/c", "start", sdbPath, "sdb", "-s", "emulator-" + portSdb, "shell" );
                                }
                                logger.log( Level.INFO, procSdb.command().toString() );