Add an info log in Terminate()
authorSunwook Bae <sunwook45.bae@samsung.com>
Tue, 24 Sep 2013 08:24:36 +0000 (17:24 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Tue, 24 Sep 2013 08:25:17 +0000 (17:25 +0900)
Change-Id: I6f9c3502693c9a9874a155d0310e9ca72d394873
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
src/app/FApp_AppImpl.cpp

index e50a44f..3286d92 100644 (file)
@@ -463,6 +463,8 @@ _AppImpl::Terminate(void)
 {
        result r = E_SUCCESS;
 
+       SysLog(NID_APP, "Terminate() is called by application itself");
+
        __isTerminationRequested = true;
 
        app_efl_exit();