forked from mirrors/gecko-dev
Bug 1823844 - Add error log to RenderThread::Start() r=gfx-reviewers,aosmond
Differential Revision: https://phabricator.services.mozilla.com/D173246
This commit is contained in:
parent
a105c4155d
commit
b0f638846b
1 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ void RenderThread::Start(uint32_t aNamespace) {
|
||||||
{.stackSize = stackSize});
|
{.stackSize = stackSize});
|
||||||
|
|
||||||
if (NS_FAILED(rv)) {
|
if (NS_FAILED(rv)) {
|
||||||
|
gfxCriticalNote << "Failed to create Renderer thread: "
|
||||||
|
<< gfx::hexa((uint32_t)rv);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue