mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Absolute source paths are required by debuginfod.
This commit is contained in:
parent
6455fcfa91
commit
0c9eb0b5be
@ -3835,7 +3835,7 @@ void Profiler::HandleSourceCodeQuery()
|
||||
}
|
||||
}
|
||||
#ifdef TRACY_DEBUGINFOD
|
||||
else if( m_queryImage )
|
||||
else if( m_queryImage && m_queryData[0] == '/' )
|
||||
{
|
||||
size_t size;
|
||||
auto buildid = GetBuildIdForImage( m_queryImage, size );
|
||||
|
Loading…
x
Reference in New Issue
Block a user