fixed prevent issue
authorKyungwooNoh <kw1004.noh@samsung.com>
Mon, 30 Sep 2013 03:14:21 +0000 (12:14 +0900)
committerKyungwooNoh <kw1004.noh@samsung.com>
Mon, 30 Sep 2013 04:40:56 +0000 (13:40 +0900)
Change-Id: I82ae1af39e967d1be72f27683875482158c4fe6f
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
src/AppService.cpp

index ebd42a1..f4100e3 100644 (file)
@@ -157,6 +157,12 @@ AppService::OnAppInitialized(void)
                __pContextMgr->AddAppRegistrationEvent(*this);
        }
 
+       else
+       {
+               SysLogException(NID_APP, E_SYSTEM, "Failed to initialize app-service");
+               return false;
+       }
+
        vconf_set_int(VCONFKEY_APPSERVICE_STATUS, 1);
 
        signal(SIGCHLD, OnSystemServiceTerminated);