Add log for debugging 40/298640/2
authorInhong Han <inhong1.han@samsung.com>
Tue, 12 Sep 2023 05:03:56 +0000 (14:03 +0900)
committerInhong Han <inhong1.han@samsung.com>
Tue, 12 Sep 2023 05:33:56 +0000 (14:33 +0900)
Change-Id: Ie3f0ad4b7bfb0dc0a7dd5f9ae14297d34bd60db1

ism/extras/wayland_immodule/wayland_imcontext.c

index 0ead9dd..e7c772a 100644 (file)
@@ -445,6 +445,7 @@ static void input_language_changed_cb (keynode_t *key, void* data)
 static void multiview_mode_changed_cb (keynode_t *key, void* data)
 {
     multiview_mode = vconf_keynode_get_bool (key);
+    LOGD("multiview mode : %d", multiview_mode);
 }
 
 static Eina_Bool
@@ -2997,6 +2998,7 @@ void wayland_im_initialize ()
     }
 
     if (vconf_get_bool (VCONFKEY_MULTIVIEW_MODE, &val) == 0) {
+        LOGD("multiview mode : %d", val);
         if (val == EINA_TRUE)
             multiview_mode = EINA_TRUE;
     }