Add logs when launching IME 37/200937/1
authorInhong Han <inhong1.han@samsung.com>
Wed, 6 Mar 2019 08:46:34 +0000 (17:46 +0900)
committerInhong Han <inhong1.han@samsung.com>
Wed, 6 Mar 2019 08:47:09 +0000 (17:47 +0900)
Change-Id: Ica9f24e433d9bdb90fb990a4774f3a885e1aa45d

src/sclcoreimpl.cpp
src/sclcoreui-efl.cpp

index 7a3a685..7606978 100644 (file)
@@ -344,6 +344,7 @@ void CSCLCoreImpl::run()
         m_display = display ? strdup(display) : strdup(":0");
     }
 
+    LOGD("");
     m_core_ui.run(m_display);
 
     fini();
index e084b35..536be64 100644 (file)
@@ -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<CSCLCoreUIEFL *>(data);
     if (sclui) {
         int ret = sclui->create(data);