remove debug launchpad call
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 4 Jun 2013 01:46:25 +0000 (10:46 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 4 Jun 2013 01:46:25 +0000 (10:46 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
am_daemon/amd_launch.c
packaging/aul.spec

index 011acc3..feb7e70 100755 (executable)
@@ -704,9 +704,7 @@ int _start_app(char* appid, bundle* kb, int cmd, int caller_pid, uid_t caller_ui
                        bundle_add(kb, AUL_K_HWACC, hwacc);
                        bundle_add(kb, AUL_K_EXEC, app_path);
                        bundle_add(kb, AUL_K_PACKAGETYPE, pkg_type);
-                       if(bundle_get_type(kb, AUL_K_SDK) != BUNDLE_TYPE_NONE) {
-                               pid = app_send_cmd(DEBUG_LAUNCHPAD_PID, cmd, kb);
-                       } else if(strncmp(pkg_type, "wgt", 3) == 0) {
+                       if(strncmp(pkg_type, "wgt", 3) == 0) {
                                pid = app_send_cmd(WEB_LAUNCHPAD_PID, cmd, kb);
                        } else {
                                pid = app_send_cmd(LAUNCHPAD_PID, cmd, kb);
index 5129862..9515d5c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.267
+Version:    0.0.268
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0