summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/launchpad.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/launchpad.c b/src/launchpad.c
index f1c8011..9177a5f 100755
--- a/src/launchpad.c
+++ b/src/launchpad.c
@@ -1263,7 +1263,6 @@ static gboolean __handle_launch_event(gpointer data)
int type = -1;
int loader_id;
int ret;
- int caller_pid;
traceBegin(TTRACE_TAG_APPLICATION_MANAGER, "LAUNCHPAD:LAUNCH");
pkt = _recv_pkt_raw(fd, &clifd, &cr);
@@ -1285,16 +1284,8 @@ static gboolean __handle_launch_event(gpointer data)
goto end;
}
- if (bundle_get_type(kb, AUL_K_SDK) != BUNDLE_TYPE_NONE) {
- caller_pid = _debug_get_caller_pid(kb);
- if (caller_pid > 0) {
- if (__check_caller_by_pid(caller_pid) < 0) {
- _E("Invalid caller pid");
- goto end;
- }
- }
+ if (bundle_get_type(kb, AUL_K_SDK) != BUNDLE_TYPE_NONE)
_debug_init();
- }
switch (pkt->cmd) {
case PAD_CMD_VISIBILITY: