Fix fast launch option of app_launcher tool 33/251333/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Jan 2021 23:15:01 +0000 (08:15 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Jan 2021 23:17:37 +0000 (08:17 +0900)
commit1d37104cdc9043e956844fb0f13b569be8a81227
tree5f1e3023118894c00e6d2681a4af9c6946fdf425
parent733f3fcb705191f85c80c82d0a4214a115343660
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