Fix fast launch option of app_launcher tool
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Jan 2021 23:15:01 +0000 (08:15 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 14 Jan 2021 01:15:45 +0000 (10:15 +0900)
commit5b9121a78225bcd8192a1fe2ca9046b9158b97ed
tree971d9fbbc34a09adb83f747899785d08b98fb477
parent84b72c5048a28ee3255064c89ade8d13ca523a47
Fix fast launch option of app_launcher tool

Currently, the app_launcher tool checks whether the socket of AMD exists or NOT.
If AMD initialization is slow, the launch request of the tool is delayed.
After this patch is applied, the tool sends the launch request to the launchpad
directly if AMD is not ready.

Change-Id: Ic96dcf54263f52ac8723afdbc530b5cb61863000
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tool/app_launcher/app_launcher.c