Lines Matching refs:TRACKER_LOG
72 #define TRACKER_LOG(level, fmt, ...) … macro
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()
236 …TRACKER_LOG(LOG_DEBUG, "Initialized: hashsize %d hashmask %lX", TRACKERHASHSIZE, g_tracker_db.trac… 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()
382 …TRACKER_LOG(log_level, "%s - %s <%s> len %d <%s> len %d <flags %X> %x%x%x%x-%x%x%x%x-%x%x%x%x-%x%x… in tracker_entry_log()
428 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
456 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
473 …TRACKER_LOG(LOG_DEBUG, "Total entries %d (hashmask 0x%lX)", db->tracker_count, db->tracker_hashmas… in tracker_search_and_insert()
488 TRACKER_LOG(LOG_DEBUG, "No tracker attribute of type %d found in parameters", type); in tracker_retrieve_attribute()
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()
584 TRACKER_LOG(LOG_INFO, "Could not retrieve flags TLV from parameters"); 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()
749 TRACKER_LOG(LOG_DEBUG, "Dumping domain <%s> len <%zu>", dst_domain_buffer, str_len); in tracker_entry_dump()
756 TRACKER_LOG(LOG_DEBUG, "Dumping domain owner <%s> len <%zu>", dst_domain_owner_buffer, str_len); 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()
886 TRACKER_LOG(LOG_DEBUG, "Total memory size %zu", total_mem_size); in tracker_dump()
898 …TRACKER_LOG(LOG_DEBUG, "Failed to copy out dump buffer (%lu bytes)", total_size + sizeof(u_int32_t… in tracker_dump()
916 TRACKER_LOG(LOG_ERR, "Process (%d) does not hold the necessary entitlement", proc_pid(p)); in tracker_action()
943 TRACKER_LOG(LOG_DEBUG, "Failed lookup - remote %s null, app_uuid %s null", in tracker_lookup()
1058 …TRACKER_LOG(LOG_DEBUG, "Garbage Collection done...(deleted %d - total count %d)", deleted_count, r… in tracker_entry_expire()