Lines Matching refs:TRACKER_LOG

78 #define TRACKER_LOG(level, fmt, ...)                                                               …  macro
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()
261TRACKER_LOG(LOG_DEBUG, "Initialized: hashsize %d hashmask %lX", TRACKERHASHSIZE, g_tracker_db.trac… 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()
415TRACKER_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()
461 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
490 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
507TRACKER_LOG(LOG_DEBUG, "Total entries %d (hashmask 0x%lX)", db->tracker_count, db->tracker_hashmas… in tracker_search_and_insert()
522 TRACKER_LOG(LOG_DEBUG, "No tracker attribute of type %d found in parameters", type); in tracker_retrieve_attribute()
528TRACKER_LOG(LOG_ERR, "Wrong size for tracker attribute type %d size %zu <got size %zu>", type, out… in tracker_retrieve_attribute()
532TRACKER_LOG(LOG_ERR, "Exceeded max size (%zu) - tracker attribute type %d size %zu", out_max_size,… in tracker_retrieve_attribute()
538TRACKER_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()
618 TRACKER_LOG(LOG_INFO, "Could not retrieve flags TLV from parameters"); 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()
784 TRACKER_LOG(LOG_DEBUG, "Dumping domain <%s> len <%zu>", dst_domain_buffer, str_len); in tracker_entry_dump()
791 TRACKER_LOG(LOG_DEBUG, "Dumping domain owner <%s> len <%zu>", dst_domain_owner_buffer, str_len); 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()
871TRACKER_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()
930 TRACKER_LOG(LOG_DEBUG, "Total memory size %zu", total_mem_size); in tracker_dump()
942TRACKER_LOG(LOG_DEBUG, "Failed to copy out dump buffer (%lu bytes)", total_size + sizeof(u_int32_t… in tracker_dump()
960 TRACKER_LOG(LOG_ERR, "Process (%d) does not hold the necessary entitlement", proc_pid(p)); in tracker_action()
987 TRACKER_LOG(LOG_DEBUG, "Failed lookup - remote %s null, app_uuid %s null", in tracker_lookup()
1106TRACKER_LOG(LOG_DEBUG, "Garbage Collection done...(deleted %d - total count %d)", deleted_count, r… in tracker_entry_expire()