Change-Id: I3c2c94f58ce1897abbcb0270c911290a5ccf488c
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
static void *earlier_user_data;
static pthread_mutex_t register_sync_lock = PTHREAD_MUTEX_INITIALIZER;
+/* LCOV_EXCL_START */
static const char *event_error_to_string(event_error_e error)
{
switch (error) {
return "UNKNOWN";
}
}
+/* LCOV_EXCL_STOP */
int event_error(event_error_e error, const char *function, const char *description)
{