From ef058b862059bccbf496e556551b76ea1996182f Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Mon, 6 Apr 2020 13:47:43 +0900 Subject: [PATCH] Add log for stop_device command Change-Id: I67b7660e2040581eb2b23019171f89ec7717524f Signed-off-by: Yunmi Ha --- src/haptic/haptic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/haptic/haptic.c b/src/haptic/haptic.c index ba00047..93c1352 100644 --- a/src/haptic/haptic.c +++ b/src/haptic/haptic.c @@ -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(); -- 2.7.4