Fixed sdk_launch script 38/65438/1 accepted/tizen/common/20160411.130212 accepted/tizen/ivi/20160411.095847 accepted/tizen/mobile/20160411.095813 accepted/tizen/tv/20160411.095827 accepted/tizen/wearable/20160411.095819 submit/tizen/20160411.043849
authorshingil.kang <shingil.kang@samsung.com>
Mon, 11 Apr 2016 04:33:49 +0000 (13:33 +0900)
committershingil.kang <shingil.kang@samsung.com>
Mon, 11 Apr 2016 04:33:49 +0000 (13:33 +0900)
- Supported multi user feature

Change-Id: I2c092c8ad4f332571353f12f91f50638416dc3f6
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
packaging/sdbd.spec
script/sdk_launch

index 4b562e1..0a7d9aa 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       sdbd
 Summary:    SDB daemon
-Version:    3.0.8
+Version:    3.0.9
 Release:    0
 License:    Apache-2.0
 Summary:    SDB daemon
index 6206e59..b914363 100755 (executable)
@@ -132,7 +132,7 @@ then
     if [ "" != "$attach_id" ]
     #debug attach
     then
-        cmd="/usr/bin/launch_debug $launch_app_arg1 __AUL_SDK__ ATTACH __DLP_ATTACH_ARG__ --attach,:$port,$attach_id"
+        cmd="/usr/bin/launch_debug $launch_app_arg1 __AUL_SDK__ ATTACH __DLP_GDBSERVER_PATH__ ${SDK_TOOLS_PATH}/gdbserver/gdbserver __DLP_ATTACH_ARG__ --attach,:$port,$attach_id"
     #debug
     else
         if [ "" != "$result_mode" ]
@@ -141,7 +141,7 @@ then
         else
             result_mode="DEBUG"
         fi
-        cmd="/usr/bin/launch_app $launch_app_arg1 __AUL_SDK__ $result_mode __DLP_DEBUG_ARG__ :$port $launch_app_mode $args"
+        cmd="/usr/bin/app_launcher -s $launch_app_arg1 __AUL_SDK__ $result_mode __DLP_DEBUG_ARG__ :$port $launch_app_mode $args __DLP_GDBSERVER_PATH__ ${SDK_TOOLS_PATH}/gdbserver/gdbserver"
 #       cmd="$COV_TEST_PREFIX ${TZ_SDK_TOOLS}/gdbserver/gdbserver :$port ${TZ_SYS_RW_APP}/$pkgid/bin/$exe"
     fi
 else