Lines Matching refs:LOG_ERR

49 int tracker_log_level = LOG_ERR;
75 …if (level == LOG_ERR) { …
166 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry (Short)"); \
173 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry"); \
231 TRACKER_LOG(LOG_ERR, "Failed to initialize"); in tracker_db_init()
262 TRACKER_LOG(LOG_ERR, "Failed to retrieve metadata domain buffers for copy"); in copy_metadata()
270 TRACKER_LOG(LOG_ERR, "Failed to copy metadata, dst buffer size too small"); in copy_metadata()
323 TRACKER_LOG(LOG_ERR, "Missing remote address"); in fill_hash_entry()
351 TRACKER_LOG(LOG_ERR, "Invalid address family <%d>", address->sa_family); in fill_hash_entry()
440 …TRACKER_ENTRY_LOG(LOG_ERR, "Failed to Update entry, deleting found entry", nextentry, hash_element… in tracker_search_and_insert()
494 …TRACKER_LOG(LOG_ERR, "Wrong size for tracker attribute type %d size %zu <got size %zu>", type, out… in tracker_retrieve_attribute()
498 …TRACKER_LOG(LOG_ERR, "Exceeded max size (%zu) - tracker attribute type %d size %zu", out_max_size,… in tracker_retrieve_attribute()
504 …TRACKER_LOG(LOG_ERR, "Failed to get value for tracker attribute type %d size %zu", type, value_siz… in tracker_retrieve_attribute()
537 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_add()
552 TRACKER_LOG(LOG_ERR, "Failed to copy parameters"); in tracker_add()
559 TRACKER_LOG(LOG_ERR, "Could not retrieve address family TLV from parameters"); in tracker_add()
571 TRACKER_LOG(LOG_ERR, "Could not retrieve address TLV from parameters"); in tracker_add()
575 TRACKER_LOG(LOG_ERR, "Address family parameter and address parameter family mismatch <%d != %d>", in tracker_add()
599 TRACKER_LOG(LOG_ERR, "Could not retrieve APP UUID TLV from parameters"); in tracker_add()
607 TRACKER_LOG(LOG_ERR, "Could not retrieve domain TLV from parameters"); in tracker_add()
616 TRACKER_LOG(LOG_ERR, "Could not retrieve domain owner TLV from parameters"); in tracker_add()
682 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - invalid addr family %d", in tracker_entry_dump_size()
691 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - 0 dst_domain_max"); in tracker_entry_dump_size()
733 TRACKER_LOG(LOG_ERR, "Could not dump entry - invalid addr family %d", in tracker_entry_dump()
744 TRACKER_LOG(LOG_ERR, "Could not dump entry - 0 dst_domain_max"); in tracker_entry_dump()
787 TRACKER_LOG(LOG_ERR, "Could not dump entries, null output buffer"); in tracker_dump()
823 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed"); in tracker_dump()
833 …TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed for memory use… in tracker_dump()
840 TRACKER_LOG(LOG_ERR, "Could not dump entries, output buffer too small %lu (needed %lu)", in tracker_dump()
849 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_dump()
855 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to allocate buffer"); in tracker_dump()
874 TRACKER_LOG(LOG_ERR, "Could not dump entry, exceeded entry tlv buffer size"); in tracker_dump()
882 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total memory used"); in tracker_dump()
916 TRACKER_LOG(LOG_ERR, "Process (%d) does not hold the necessary entitlement", proc_pid(p)); in tracker_action()
967 TRACKER_ENTRY_LOG(LOG_ERR, "Failed to copy metadata", &matchentry, 0); in tracker_lookup()