Check AUL initialization 49/271449/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 21 Feb 2022 10:28:42 +0000 (19:28 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 21 Feb 2022 10:28:42 +0000 (19:28 +0900)
commitf9bb113dda5661ea0cc2c19af7adb5c80e3c9b80
tree61e2842c146f00d4ad1a9cb2b6760cdf228e7548
parent6c5914961a201dd116c20ebf8d0ca518b16a83bb
Check AUL initialization

If the aul_is_initialized() returns true, the OnCreate() function returns 0.
Because, it means the aul_launch_init() function and
the aul_launch_argv_handler() function are already called.

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