[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
#echo $TIZEN_SDK_INSTALL_PATH
current_path=`pwd`
current_emulmgr="$current_path/emulator-manager.jar"
+
if [ ! -f $TIZEN_SDK_INSTALL_PATH ]
then
em_path=`echo $TIZEN_SDK_INSTALL_PATH"/Emulator/bin"`
em_path="."
fi
+mode=$1
+
if [ -f $current_emulmgr ]
then
-java -jar $current_emulmgr $*
+java -jar $current_emulmgr $mode $*
else
-java -jar $em_path"/emulator-manager.jar" $*
+java -jar $em_path"/emulator-manager.jar" $mode $*
fi