Remove unnecessary log system 33/290633/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 30 Mar 2023 04:08:14 +0000 (04:08 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 30 Mar 2023 04:08:14 +0000 (04:08 +0000)
commitb471865aaaae33df9221decb6dcabcd7ab1d192d
treebc47693fa92e7b6d35b012eeff98690bb26b17c5
parent39a94e452f1cc20c2757b7bd6eff6187fa74af28
Remove unnecessary log system

If the execv() call fails, there used to be a feature that uses a socket to
send the error message to the launchpad.
This feature is no longer needed. The stderr file descriptor is redirected to
dlog, so we can check error logs using dlog.

Change-Id: I36ad6d690361bba01dce2df065e5caa8d22fab5b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/app-defined-loader/src/app-defined-loader.cc
src/launchpad-loader/src/launchpad_loader.c
src/launchpad-process-pool/launchpad.cc
src/lib/common/inc/launchpad_common.h
src/lib/common/src/launchpad_common.c