From: Jihoon Kim Date: Thu, 28 May 2015 00:41:57 +0000 (+0900) Subject: Add more log in input_panel_show X-Git-Tag: accepted/tizen/common/20150529.082203~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac93f599f8ba864177c94ec242a470280e7b43a7;p=platform%2Fcore%2Fuifw%2Fisf.git Add more log in input_panel_show Change-Id: Ic2549bd9bc9d907c17955672f791d7052fc01a91 --- diff --git a/ism/extras/efl_wsc/isf_wsc_control_ui.cpp b/ism/extras/efl_wsc/isf_wsc_control_ui.cpp index 8dbf4b0..0a5b134 100644 --- a/ism/extras/efl_wsc/isf_wsc_control_ui.cpp +++ b/ism/extras/efl_wsc/isf_wsc_control_ui.cpp @@ -150,6 +150,9 @@ void isf_wsc_context_input_panel_show (WSCContextISF* ctx) LOGD ("ctx : %p, layout : %d, layout variation : %d\n", ctx, iseContext.layout, iseContext.layout_variation); LOGD ("language : %d, cursor position : %d, caps mode : %d\n", iseContext.language, iseContext.cursor_pos, iseContext.caps_mode); LOGD ("return_key_type : %d, return_key_disabled : %d, autocapital type : %d\n", iseContext.return_key_type, iseContext.return_key_disabled, iseContext.autocapital_type); + LOGD ("password mode : %d, prediction_allow : %d\n", iseContext.password_mode, iseContext.prediction_allow); + LOGD ("input hint : %#x\n", iseContext.input_hint); + LOGD ("bidi direction : %d\n", iseContext.bidi_direction); /* calculate packet size */ length = sizeof (iseContext);