mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
refactor: show thread names in GDB for better debugging (#848)
This commit is contained in:
@@ -9,6 +9,8 @@ AmlogicWrapper::AmlogicWrapper(const unsigned grabWidth, const unsigned grabHeig
|
||||
_thread(this),
|
||||
_grabber(grabWidth, grabHeight)
|
||||
{
|
||||
_thread.setObjectName("AmlogicWrapperThread");
|
||||
|
||||
// Connect capturing to the timeout signal of the timer
|
||||
connect(&_thread, SIGNAL (started()), this, SLOT(capture()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user