From 0c9eb0b5be8e9c8d6effeaa5c7a72422246c88c0 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 2 May 2022 00:31:20 +0200 Subject: [PATCH] Absolute source paths are required by debuginfod. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index dcda00bf..65e7b4c9 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -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 );