Lines Matching refs:LOGE
75 LOGE("invalid path, drop event.\n"); in create_event()
92 LOGE("malloc failed, error (%s)\n", strerror(errno)); in create_event()
236 LOGE("timer_create failed.\n"); in create_polling_job()
245 LOGE("timer_settime failed.\n"); in create_polling_job()
277 LOGE("invalid interval (%s) in config file, exiting\n", in channel_polling()
283 LOGE("interval (%s) must be greater than 0, exiting\n", in channel_polling()
295 LOGE("failed to create polling job\n, error (%s)\n", in channel_polling()
321 LOGE("inotify init fail, %s\n", strerror(errno)); in channel_inotify()
342 LOGE("add %s failed, error (%s)\n", in channel_inotify()
363 LOGE("add %s failed, error (%s)\n", in channel_inotify()
398 LOGE("read fail with (%d, %p, %d), error: %s\n", in receive_inotify_events()
425 LOGE("get a unknown event\n"); in receive_inotify_events()
470 LOGE("epoll_create failed, exiting\n"); in wait_events()
482 LOGE("epoll_ctl failed, exiting\n"); in wait_events()
491 LOGE("calloc failed, error (%s)\n", strerror(errno)); in wait_events()
506 LOGE("error ev, channel:%s\n", in wait_events()
536 LOGE("pthread attr init failed\n, error (%s)\n", in create_detached_thread()
543 LOGE("pthread attr setdetachstate failed\n, error (%s)\n", in create_detached_thread()
550 LOGE("pthread create failed\n, error (%s)\n", in create_detached_thread()
577 LOGE("create wait_events fail, ret (%s)\n", strerror(ret)); in init_channels()