mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't use "???" external thread name.
This commit is contained in:
parent
2ec3813cb3
commit
358de714c8
@ -2054,6 +2054,7 @@ const char* Worker::GetString( const StringIdx& idx ) const
|
||||
|
||||
static const char* BadExternalThreadNames[] = {
|
||||
"ntdll.dll",
|
||||
"???",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user