Add log for stop_device command 53/229853/2
authorYunmi Ha <yunmi.ha@samsung.com>
Mon, 6 Apr 2020 04:47:43 +0000 (13:47 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Mon, 6 Apr 2020 04:49:32 +0000 (13:49 +0900)
Change-Id: I67b7660e2040581eb2b23019171f89ec7717524f
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
src/haptic/haptic.c

index ba00047..93c1352 100644 (file)
@@ -1119,6 +1119,7 @@ GVariant *hdbus_stop_device(GDBusConnection *conn,
        }
 
        ret = h_ops->stop_device(handle);
+       _I("Stop the device(handle=%u) :%d", handle, ret);
 
        /* Remove duration_timer for vibrate_effect */
        clear_current_data();