Remove init process of fast launch 31/302731/1
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 13 Dec 2023 01:02:00 +0000 (10:02 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 13 Dec 2023 01:02:00 +0000 (10:02 +0900)
commit2c31ddf14aa0d65411076c84dd7ddfeed42b6167
tree42fa204c3926c8496104cfc8c202d960d122e9f2
parentf89f663f82360af87c0d088d48a9bb23434507eb
Remove init process of fast launch

The logic to access the database at the beginning of booting is disadvantageous for performance.
This patch improves this by omitting the check for whether the app is installed if it is a fast launch.

Change-Id: I9827e43cda610d633258366ad420a7abd9e3d4d7
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
tool/app_launcher/app_launcher.c