when push shell button on menu,
need wrapping sdb binary path with double quotes.
Otherwise it fails to launch if path has space character.
Change-Id: Ib58114b0f4885502d08a3a74c31a92751b61a752
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
* + portSdb, "-e", sdbPath, "shell");
*/
} else { /* Linux */
- String sdbCmd = sdbPath + " -s" + " emulator-" + portSdb + " shell";
+ String sdbCmd = "\"" + sdbPath + "\"" + " -s" + " emulator-" + portSdb + " shell";
/* Work Around :
* To close a factory gnome-terminal(first instance) after the SDB session