Change-Id: I68888d6d44e42d5f1e5b1b6322d6912b51798886
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
return STC_ERROR_OPERATION_FAILED; //LCOV_EXCL_LINE
}
+ STC_LOGI("Connected to the D-BUS daemon [%p]", stc_handle->dbus_connection.connection);
+
stc_handle->dbus_connection.cancellable = g_cancellable_new();
+ STC_LOGI("Cancellable object [%p]", stc_handle->dbus_connection.cancellable);
return STC_ERROR_NONE;
}
return STC_ERROR_NOT_INITIALIZED; //LCOV_EXCL_LINE
}
+ STC_LOGI("Registered signals stats[%d] restriction[%d]",
+ stc_handle->stats_subscribe_id, stc_handle->restriction_subscribe_id);
+
return STC_ERROR_NONE;
}