projects
/
platform
/
framework
/
native
/
appfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e42b89
)
Add an info log in Terminate()
author
Sunwook Bae
<sunwook45.bae@samsung.com>
Tue, 24 Sep 2013 08:24:36 +0000
(17:24 +0900)
committer
Sunwook 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
patch
|
blob
|
history
diff --git
a/src/app/FApp_AppImpl.cpp
b/src/app/FApp_AppImpl.cpp
index
e50a44f
..
3286d92
100644
(file)
--- a/
src/app/FApp_AppImpl.cpp
+++ b/
src/app/FApp_AppImpl.cpp
@@
-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();