mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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[] = {
|
static const char* BadExternalThreadNames[] = {
|
||||||
"ntdll.dll",
|
"ntdll.dll",
|
||||||
|
"???",
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user