From 701f36c658ce14fefed80df2f822dfaaa764d55d Mon Sep 17 00:00:00 2001 From: "donghyuk.yang" Date: Thu, 20 Dec 2012 17:42:07 +0900 Subject: [PATCH] test --- src/appcore-efl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appcore-efl.c b/src/appcore-efl.c index 4672f79..162619f 100755 --- 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; -- 2.7.4