Launcher: Argument update.("IP" revert for Wearable)
authorminkee.lee <minkee.lee@samsung.com>
Thu, 17 Jul 2014 05:19:18 +0000 (14:19 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Thu, 17 Jul 2014 05:19:18 +0000 (14:19 +0900)
Change-Id: I3fa6f66f8975414e25e5ce5338f1471b50db733b
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
plugin-project/wearable-plugin/src/org/tizen/emulator/manager/wearable/vms/Launcher.java

index 590085d..9faac53 100644 (file)
@@ -177,7 +177,7 @@ public class Launcher implements ILauncher {
                                        + height
                                        + "-32@60"
                                        + " dpi=" + property.getConfiguration().getDevice().getDisplay().getDensity().getValue() * 10
-//                                     + " ip=10.0.2.16::10.0.2.2:255.255.255.0::eth0:none"
+                                       + " ip=10.0.2.16::10.0.2.2:255.255.255.0::eth0:none"
                                        + " vm_name=" + property.getConfiguration().getBaseInformation().getName();
                        /* set virtio-9p string in case of using directory share [kernel option] */
                        if(isFileshare) {