From 14f0112ed4906f18470214727d2638f083c72f76 Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Mon, 11 Mar 2019 16:05:19 +0900 Subject: [PATCH] Add log to check crash issue Change-Id: I6a8fdb70d82a4dc6e2d7c7f499148fe6b663c6cd --- ism/extras/wayland_immodule/wayland_imcontext.c | 1 + ism/extras/wayland_immodule/wayland_module.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c index ba55a48..822873a 100644 --- a/ism/extras/wayland_immodule/wayland_imcontext.c +++ b/ism/extras/wayland_immodule/wayland_imcontext.c @@ -2835,6 +2835,7 @@ wayland_im_context_add(Ecore_IMF_Context *ctx) imcontext->input_panel_position.x = -1; imcontext->input_panel_position.y = -1; + LOGD("text_input_manager = %p", imcontext->text_input_manager); imcontext->text_input = wl_text_input_manager_create_text_input(imcontext->text_input_manager); diff --git a/ism/extras/wayland_immodule/wayland_module.c b/ism/extras/wayland_immodule/wayland_module.c index c000b4b..55b0add 100644 --- a/ism/extras/wayland_immodule/wayland_module.c +++ b/ism/extras/wayland_immodule/wayland_module.c @@ -136,6 +136,7 @@ im_module_create() text_input_manager = wl_registry_bind(registry, global->id, &wl_text_input_manager_interface, 1); + LOGD("text_input_manager = %p", text_input_manager); EINA_LOG_DOM_INFO(_ecore_imf_wayland_log_dom, "bound wl_text_input_manager interface"); break; -- 2.7.4