Fix a bug about debug mode 62/293862/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 7 Jun 2023 07:24:48 +0000 (07:24 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 7 Jun 2023 07:24:48 +0000 (07:24 +0000)
commitdd43607d86d0f56459d6e08f4c8c79ff7cf13a7a
treed17db7e07e4d031bda8d82940415ac37901c589f
parent347ae76a57972a9a893fce73d4262c9c79c549e4
Fix a bug about debug mode

The EXE tag can be empty. Unfortunately, the launchpad does not check
whether the exe is empty or not. This patch adds the empty check before
inserting the exe path to the vector.

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