From fb4847987e9d6a8f462e8af9f8040cd736dcd7a8 Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Mon, 25 Jul 2016 16:56:52 +0900 Subject: [PATCH] Removed that debug-launchpad is started or stopped by sdbd Change-Id: Id6aa4c6d6fee7976b929c33d4b1b4ede0647dff1 Signed-off-by: shingil.kang --- src/sdb.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/sdb.c b/src/sdb.c index 39b874a..5667e73 100644 --- a/src/sdb.c +++ b/src/sdb.c @@ -139,9 +139,6 @@ void handle_sig_term(int sig) { if (access(SDB_PIDPATH, F_OK) == 0) sdb_unlink(SDB_PIDPATH); #endif - char * const cmd1_args[] = {"/usr/bin/killall", "/usr/bin/debug_launchpad_preloading_preinitializing_daemon", NULL}; - spawn("/usr/bin/killall", cmd1_args); - sdb_sleep_ms(1000); } static const char *sdb_device_banner = "device"; @@ -1560,12 +1557,6 @@ int set_sdk_user_privileges() { return 0; } -static void execute_required_process() { - char * const cmd_args[] = {"/usr/bin/debug_launchpad_preloading_preinitializing_daemon",NULL}; - - spawn("/usr/bin/debug_launchpad_preloading_preinitializing_daemon", cmd_args); -} - /* default plugin proc */ static int get_plugin_capability(const char* in_buf, sdbd_plugin_param out) { int ret = SDBD_PLUGIN_RET_NOT_SUPPORT; @@ -1910,8 +1901,6 @@ static void init_sdk_requirements() { } } - execute_required_process(); - if (is_emulator()) { register_bootdone_cb(); } -- 2.7.4