Loading
Bug 1680389 - Only call SetMultiprocessMode once in the main process. r=pbone
This was being called every time we created a ContentParent, which meant that we'd get races with non-main-thread logging in the parent process. This patch fixes it by only calling it once during process startup. The original goal was to avoid making logging noisier with process information when e10s was not enabled, but given that e10s is the default now, that is no longer relevant. Differential Revision: https://phabricator.services.mozilla.com/D98935