From: Inhong Han Date: Wed, 6 Mar 2019 08:46:34 +0000 (+0900) Subject: Add logs when launching IME X-Git-Tag: submit/tizen/20190312.014935~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F200937%2F1;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Add logs when launching IME Change-Id: Ica9f24e433d9bdb90fb990a4774f3a885e1aa45d --- diff --git a/src/sclcoreimpl.cpp b/src/sclcoreimpl.cpp index 7a3a685..7606978 100644 --- a/src/sclcoreimpl.cpp +++ b/src/sclcoreimpl.cpp @@ -344,6 +344,7 @@ void CSCLCoreImpl::run() m_display = display ? strdup(display) : strdup(":0"); } + LOGD(""); m_core_ui.run(m_display); fini(); diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp index e084b35..536be64 100644 --- a/src/sclcoreui-efl.cpp +++ b/src/sclcoreui-efl.cpp @@ -524,6 +524,7 @@ int CSCLCoreUIEFL::terminate(void *data) static int app_create_cb(void *data) { + LOGD("app_create_cb() is called"); CSCLCoreUIEFL *sclui = static_cast(data); if (sclui) { int ret = sclui->create(data);