mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Give our threads debugger-friendly names
This commit is contained in:
@@ -585,6 +585,7 @@ void CaptureDialog::CheckAndroidSetup(QString &filename)
|
||||
}
|
||||
});
|
||||
|
||||
scan->setName(lit("CheckAndroidSetup"));
|
||||
scan->start();
|
||||
scan->deleteLater();
|
||||
}
|
||||
@@ -663,6 +664,7 @@ Would you like RenderDoc to try patching your package?
|
||||
}
|
||||
});
|
||||
|
||||
patch->setName(lit("Android patch"));
|
||||
patch->start();
|
||||
// wait a few ms before popping up a progress bar
|
||||
patch->wait(500);
|
||||
|
||||
Reference in New Issue
Block a user