Lines Matching refs:LOG_ERR

50 int tracker_log_level = LOG_ERR;
76 …if (level == LOG_ERR) { …
167 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry (Short)"); \
174 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry"); \
251 TRACKER_LOG(LOG_ERR, "Failed to initialize"); in tracker_db_init()
282 TRACKER_LOG(LOG_ERR, "Failed to retrieve metadata domain buffers for copy"); in copy_metadata()
290 TRACKER_LOG(LOG_ERR, "Failed to copy metadata, dst buffer size too small"); in copy_metadata()
345 TRACKER_LOG(LOG_ERR, "Missing remote address"); in fill_hash_entry()
373 TRACKER_LOG(LOG_ERR, "Invalid address family <%d>", address->sa_family); in fill_hash_entry()
462 …TRACKER_ENTRY_LOG(LOG_ERR, "Failed to Update entry, deleting found entry", nextentry, hash_element… in tracker_search_and_insert()
516 …TRACKER_LOG(LOG_ERR, "Wrong size for tracker attribute type %d size %zu <got size %zu>", type, out… in tracker_retrieve_attribute()
520 …TRACKER_LOG(LOG_ERR, "Exceeded max size (%zu) - tracker attribute type %d size %zu", out_max_size,… in tracker_retrieve_attribute()
526 …TRACKER_LOG(LOG_ERR, "Failed to get value for tracker attribute type %d size %zu", type, value_siz… in tracker_retrieve_attribute()
559 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_add()
574 TRACKER_LOG(LOG_ERR, "Failed to copy parameters"); in tracker_add()
581 TRACKER_LOG(LOG_ERR, "Could not retrieve address family TLV from parameters"); in tracker_add()
593 TRACKER_LOG(LOG_ERR, "Could not retrieve address TLV from parameters"); in tracker_add()
597 TRACKER_LOG(LOG_ERR, "Address family parameter and address parameter family mismatch <%d != %d>", in tracker_add()
621 TRACKER_LOG(LOG_ERR, "Could not retrieve APP UUID TLV from parameters"); in tracker_add()
629 TRACKER_LOG(LOG_ERR, "Could not retrieve domain TLV from parameters"); in tracker_add()
638 TRACKER_LOG(LOG_ERR, "Could not retrieve domain owner TLV from parameters"); in tracker_add()
705 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - invalid addr family %d", in tracker_entry_dump_size()
714 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - 0 dst_domain_max"); in tracker_entry_dump_size()
756 TRACKER_LOG(LOG_ERR, "Could not dump entry - invalid addr family %d", in tracker_entry_dump()
767 TRACKER_LOG(LOG_ERR, "Could not dump entry - 0 dst_domain_max"); in tracker_entry_dump()
810 TRACKER_LOG(LOG_ERR, "Could not dump entries, null output buffer"); in tracker_dump()
849 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed"); in tracker_dump()
859 …TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed for memory use… in tracker_dump()
866 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to add 4-bytes size to start of buffer"); in tracker_dump()
872 TRACKER_LOG(LOG_ERR, "Could not dump entries, output buffer too small %lu (needed %lu)", in tracker_dump()
881 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_dump()
887 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to allocate buffer"); in tracker_dump()
906 TRACKER_LOG(LOG_ERR, "Could not dump entry, exceeded entry tlv buffer size"); in tracker_dump()
914 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total memory used"); in tracker_dump()
948 TRACKER_LOG(LOG_ERR, "Process (%d) does not hold the necessary entitlement", proc_pid(p)); in tracker_action()
999 TRACKER_ENTRY_LOG(LOG_ERR, "Failed to copy metadata", &matchentry, 0); in tracker_lookup()