From 1ddaf5b0f9000073098fb91a3e98832e39f870ad Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Wed, 6 Mar 2019 17:46:34 +0900 Subject: [PATCH] Add logs when launching IME Change-Id: Ica9f24e433d9bdb90fb990a4774f3a885e1aa45d --- src/sclcoreimpl.cpp | 1 + src/sclcoreui-efl.cpp | 1 + 2 files changed, 2 insertions(+) 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); -- 2.34.1