e_input: add log for completing to add device 25/302825/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 14 Dec 2023 06:07:03 +0000 (15:07 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 14 Dec 2023 08:21:04 +0000 (17:21 +0900)
Change-Id: I4f82f9c571c6bb179da24de68d86b1a813bf4dcf
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/e_input_inputs.c

index 5b91a95..b385e82 100644 (file)
@@ -319,6 +319,8 @@ _e_input_add_ecore_device(E_Input_Evdev *edev, Ecore_Device_Class clas)
 
    _e_input_ecore_device_event(dev, edev->seat ? edev->seat->name : NULL, EINA_TRUE);
 
+   INF("device name(%s), path(%s), class(%s)", e_device_name_get(e_dev), edev->path, _e_input_ecore_device_class_to_string(clas));
+
    return EINA_TRUE;
 }