projects
/
platform
/
core
/
appfw
/
app-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33ebf9
)
test
2.0alpha
master
accepted/tizen/20130520.102706
submit/tizen/20130517.015313
author
donghyuk.yang
<donghyuk.yang@samsung.com>
Thu, 20 Dec 2012 08:42:07 +0000
(17:42 +0900)
committer
donghyuk.yang
<donghyuk.yang@samsung.com>
Thu, 20 Dec 2012 08:42:07 +0000
(17:42 +0900)
src/appcore-efl.c
patch
|
blob
|
history
diff --git
a/src/appcore-efl.c
b/src/appcore-efl.c
index 4672f79b653c8f8f1aacb33b9e94df33f45c4727..162619f7b060b163c8cfcf2d08e1ac9e13f48a68 100755
(executable)
--- a/
src/appcore-efl.c
+++ b/
src/appcore-efl.c
@@
-152,7
+152,7
@@
static void __do_app(enum app_event event, void *data, bundle * b)
_ret_if(ui == NULL || event >= AE_MAX);
_DBG("[APP %d] Event: %s State: %s", _pid, _ae_name[event],
_as_name[ui->state]);
-
+ printf("test");
if (event == AE_MEM_FLUSH) {
ui->mfcb();
return;