I looked into passing the SerialPlatformService into the SerialManagerParent, but this is a bit awkward because the constructor can't return an error. But I did cache the SerialPlatformService in SerialManagerParent::Init() and removed several now unneeded null checks elsewhere. Differential Revision: https://phabricator.services.mozilla.com/D304158