Lines Matching refs:LOG_DEBUG

256 …TRACKER_LOG(LOG_DEBUG, "Initialized: hashsize %d hashmask %lX", TRACKERHASHSIZE, g_tracker_db.trac…  in tracker_db_init()
447 TRACKER_ENTRY_LOG(LOG_DEBUG, "Matched entry", nextentry, hash_element); in tracker_search_and_insert()
450 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
458 TRACKER_ENTRY_LOG(LOG_DEBUG, "Updated entry", nextentry, hash_element); in tracker_search_and_insert()
478 TRACKER_LOG(LOG_DEBUG, "Max link count %d (hash 0x%X)", db->max_link_count, hash_element); in tracker_search_and_insert()
494 TRACKER_ENTRY_LOG(LOG_DEBUG, "Added entry", matchentry, hash_element); in tracker_search_and_insert()
495 …TRACKER_LOG(LOG_DEBUG, "Total entries %d (hashmask 0x%lX)", db->tracker_count, db->tracker_hashmas… in tracker_search_and_insert()
510 TRACKER_LOG(LOG_DEBUG, "No tracker attribute of type %d found in parameters", type); in tracker_retrieve_attribute()
772 TRACKER_LOG(LOG_DEBUG, "Dumping domain <%s> len <%zu>", dst_domain_buffer, str_len); in tracker_entry_dump()
779 TRACKER_LOG(LOG_DEBUG, "Dumping domain owner <%s> len <%zu>", dst_domain_owner_buffer, str_len); in tracker_entry_dump()
909 TRACKER_ENTRY_LOG(LOG_DEBUG, "Dumped entry", entry, 0); in tracker_dump()
918 TRACKER_LOG(LOG_DEBUG, "Total memory size %zu", total_mem_size); in tracker_dump()
930 …TRACKER_LOG(LOG_DEBUG, "Failed to copy out dump buffer (%lu bytes)", total_size + sizeof(u_int32_t… in tracker_dump()
975 TRACKER_LOG(LOG_DEBUG, "Failed lookup - remote %s null, app_uuid %s null", in tracker_lookup()
993 TRACKER_ENTRY_LOG(LOG_DEBUG, "Lookup entry", &matchentry, 0); in tracker_lookup()
1073 TRACKER_ENTRY_LOG(LOG_DEBUG, "Deleting entry - IDLE TO", entry, i); in tracker_entry_expire()
1090 …TRACKER_LOG(LOG_DEBUG, "Garbage Collection done...(deleted %d - total count %d)", deleted_count, r… in tracker_entry_expire()