1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add debug logging for debuginfod queries.

This commit is contained in:
Bartosz Taudul
2022-08-16 15:22:28 +02:00
parent ed733a4b15
commit d32dc47845
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -755,6 +755,7 @@ int GetDebugInfoDescriptor( const char* buildid_data, size_t buildid_size, const
it->filename = (char*)tracy_malloc( fnsz );
memcpy( it->filename, filename, fnsz );
it->fd = fd >= 0 ? fd : -1;
TracyDebug( "DebugInfo descriptor query: %i, fn: %s\n", fd, filename );
return it->fd;
}