Add missing thread sent indication.

This commit is contained in:
Bartosz Taudul 2019-10-04 19:18:47 +02:00
parent 4e7e9ee3b1
commit e481b5ba22

View File

@ -269,6 +269,7 @@ void SysTraceSendExternalName( uint64_t thread )
if( !threadSent )
{
GetProfiler().SendString( thread, "???", QueueType::ExternalThreadName );
threadSent = true;
}
if( pid != 0 )
{