mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add protection against target control connection dropping immediately
This commit is contained in:
@@ -1174,6 +1174,8 @@ void LiveCapture::connectionThreadEntry()
|
||||
}
|
||||
|
||||
GUIInvoke::call(this, [this]() {
|
||||
if(!m_Connection)
|
||||
return;
|
||||
uint32_t pid = m_Connection->GetPID();
|
||||
QString target = QString::fromUtf8(m_Connection->GetTarget());
|
||||
if(pid)
|
||||
|
||||
Reference in New Issue
Block a user