From: donghyuk.yang Date: Thu, 20 Dec 2012 08:42:07 +0000 (+0900) Subject: test X-Git-Tag: submit/tizen_2.3.1/20150915.080118~1 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fappfw%2Fapp-core.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster test --- 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;