mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +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
|
#endif
|
||||||
|
|
||||||
if( !ok ) AckSourceCodeNotAvailable();
|
if( !ok ) AckSourceCodeNotAvailable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user