Remove access() call 80/273680/2
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Apr 2022 08:15:07 +0000 (17:15 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 12 Apr 2022 22:17:08 +0000 (22:17 +0000)
commit90bb19f006cab4ac1c85d77ac929bc47e104b2a4
tree100b37698d2740a07221db4e66fb6d3a2f92411f
parent9eb969de84236bb91285e34bd02ba9904b9dff88
Remove access() call

When getting the locale path, the application core checks whether the path
exists or not. And, if it does not exist, the function prints the log for debugging.
This patch removes it. It makes a delay issue about launching an application
at boot up time.

Change-Id: I1733f7e293baca052aeac1a48207bd00e5cc2bbc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
legacy/src/base/appcore_base.c
tizen-cpp/app-core-cpp/app_core_base.cc