mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Log invalid debuginfod queries.
Filename paths must be absolute, not relative.
This commit is contained in:
parent
d32dc47845
commit
3dc542a464
@ -3876,6 +3876,10 @@ void Profiler::HandleSourceCodeQuery()
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
TracyDebug( "DebugInfo invalid query fn: %s, image: %s\n", m_queryData, m_queryImage );
|
||||
}
|
||||
#endif
|
||||
|
||||
if( !ok ) AckSourceCodeNotAvailable();
|
||||
|
Loading…
Reference in New Issue
Block a user