Ignore the error about getting appid 78/173378/1
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 21 Mar 2018 05:35:18 +0000 (14:35 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Wed, 21 Mar 2018 05:35:18 +0000 (14:35 +0900)
Change-Id: Ib9d812eb673b1f6b2b66db123c7ed91fd58e0bea
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/ui_base/appcore_ui_base.c

index 0ee6d34..944b312 100644 (file)
@@ -928,7 +928,6 @@ EXPORT_API int appcore_ui_base_init(appcore_ui_base_ops ops, int argc, char **ar
        ret = aul_app_get_appid_bypid(getpid(), appid, sizeof(appid));
        if (ret != 0) {
                _ERR("Fail to get appid (%d)", getpid());
-               return -1;
        }
        __context.ops = ops;
        __context.data = data;