Fix passing wrong arguments 80/308780/3
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 1 Apr 2024 04:09:48 +0000 (13:09 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 1 Apr 2024 04:46:57 +0000 (13:46 +0900)
commitf535a8d52ea47d64e46789d8544e9b14226f42f9
treebed9f47bafb9dd83317ec908e7e05a4aeeebf770
parent7e3f84d57ee12e2475eb5f7dececb9274578a818
Fix passing wrong arguments

When the application is executed using gdbserver, the export tag of the bundle
is deleted unintentionally. To pass arguments properly, the launchpad encloses
the string with a ''.

Change-Id: Ide6a9624b7cf3d9fdb3ab3441a49a47368aae3bd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/app_executor.cc