Lines Matching refs:LOG_ERR

50 int tracker_log_level = LOG_ERR;
81 …if (level == LOG_ERR) { …
172 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry (Short)"); \
179 TRACKER_LOG(LOG_ERR, "Failed to allocate tracker IP entry"); \
256 TRACKER_LOG(LOG_ERR, "Failed to initialize"); in tracker_db_init()
287 TRACKER_LOG(LOG_ERR, "Failed to retrieve metadata domain buffers for copy"); in copy_metadata()
295 TRACKER_LOG(LOG_ERR, "Failed to copy metadata, dst buffer size too small"); in copy_metadata()
356 TRACKER_LOG(LOG_ERR, "Missing remote address"); in fill_hash_entry()
384 TRACKER_LOG(LOG_ERR, "Invalid address family <%d>", address->sa_family); in fill_hash_entry()
474 …TRACKER_ENTRY_LOG(LOG_ERR, "Failed to Update entry, deleting found entry", nextentry, hash_element… in tracker_search_and_insert()
528 …TRACKER_LOG(LOG_ERR, "Wrong size for tracker attribute type %d size %zu <got size %zu>", type, out… in tracker_retrieve_attribute()
532 …TRACKER_LOG(LOG_ERR, "Exceeded max size (%zu) - tracker attribute type %d size %zu", out_max_size,… in tracker_retrieve_attribute()
538 …TRACKER_LOG(LOG_ERR, "Failed to get value for tracker attribute type %d size %zu", type, value_siz… in tracker_retrieve_attribute()
571 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_add()
586 TRACKER_LOG(LOG_ERR, "Failed to copy parameters"); in tracker_add()
593 TRACKER_LOG(LOG_ERR, "Could not retrieve address family TLV from parameters"); in tracker_add()
605 TRACKER_LOG(LOG_ERR, "Could not retrieve address TLV from parameters"); in tracker_add()
609 TRACKER_LOG(LOG_ERR, "Address family parameter and address parameter family mismatch <%d != %d>", in tracker_add()
633 TRACKER_LOG(LOG_ERR, "Could not retrieve APP UUID TLV from parameters"); in tracker_add()
641 TRACKER_LOG(LOG_ERR, "Could not retrieve domain TLV from parameters"); in tracker_add()
650 TRACKER_LOG(LOG_ERR, "Could not retrieve domain owner TLV from parameters"); in tracker_add()
717 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - invalid addr family %d", in tracker_entry_dump_size()
726 TRACKER_LOG(LOG_ERR, "Could not calculate entry dump size - 0 dst_domain_max"); in tracker_entry_dump_size()
768 TRACKER_LOG(LOG_ERR, "Could not dump entry - invalid addr family %d", in tracker_entry_dump()
779 TRACKER_LOG(LOG_ERR, "Could not dump entry - 0 dst_domain_max"); in tracker_entry_dump()
822 TRACKER_LOG(LOG_ERR, "Could not dump entries, null output buffer"); in tracker_dump()
861 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed"); in tracker_dump()
871 …TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total size needed for memory use… in tracker_dump()
878 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to add 4-bytes size to start of buffer"); in tracker_dump()
884 TRACKER_LOG(LOG_ERR, "Could not dump entries, output buffer too small %lu (needed %lu)", in tracker_dump()
893 TRACKER_LOG(LOG_ERR, "Failed to allocate buffer, size exceeded max allowed"); in tracker_dump()
899 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to allocate buffer"); in tracker_dump()
918 TRACKER_LOG(LOG_ERR, "Could not dump entry, exceeded entry tlv buffer size"); in tracker_dump()
926 TRACKER_LOG(LOG_ERR, "Could not dump entries, failed to calculate total memory used"); in tracker_dump()
960 TRACKER_LOG(LOG_ERR, "Process (%d) does not hold the necessary entitlement", proc_pid(p)); in tracker_action()
1011 TRACKER_ENTRY_LOG(LOG_ERR, "Failed to copy metadata", &matchentry, 0); in tracker_lookup()