Jamie Nicol aaa911396b Bug 1891726 - Supply thread name to JavaVM::AttachCurrentThread(). r=geckoview-reviewers,jrmuizel,m_kato
By default, AttachCurrentThread() overwrites the existing thread name
with "Thread-<n>", making it hard to identify these threads in a
debugger. By supplying the existing thread name as an argument to
AttachCurrentThread, we ensure that the thread keeps its name as
desired.

Differential Revision: https://phabricator.services.mozilla.com/D207559
2024-04-22 07:46:40 +00:00
..