From: Junghoon Park Date: Wed, 21 Mar 2018 05:35:18 +0000 (+0900) Subject: Ignore the error about getting appid X-Git-Tag: accepted/tizen/unified/20180406.062008~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F173378%2F1;p=platform%2Fcore%2Fappfw%2Fapp-core.git Ignore the error about getting appid Change-Id: Ib9d812eb673b1f6b2b66db123c7ed91fd58e0bea Signed-off-by: Junghoon Park --- diff --git a/src/ui_base/appcore_ui_base.c b/src/ui_base/appcore_ui_base.c index 0ee6d34..944b312 100644 --- a/src/ui_base/appcore_ui_base.c +++ b/src/ui_base/appcore_ui_base.c @@ -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;