Loading toolbox/start.cpp +7 −2 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,12 @@ static void ControlService(bool start, const std::string& service) { } } static void ControlDefaultServices(bool start) { static void ControlDefaultServices(bool start) { std::vector<std::string> services = {"netd", "surfaceflinger", "zygote"}; std::vector<std::string> services = { "netd", "surfaceflinger", "audioserver", "zygote", }; // Only start zygote_secondary if not single arch. // Only start zygote_secondary if not single arch. std::string zygote_configuration = GetProperty("ro.zygote", ""); std::string zygote_configuration = GetProperty("ro.zygote", ""); Loading Loading
toolbox/start.cpp +7 −2 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,12 @@ static void ControlService(bool start, const std::string& service) { } } static void ControlDefaultServices(bool start) { static void ControlDefaultServices(bool start) { std::vector<std::string> services = {"netd", "surfaceflinger", "zygote"}; std::vector<std::string> services = { "netd", "surfaceflinger", "audioserver", "zygote", }; // Only start zygote_secondary if not single arch. // Only start zygote_secondary if not single arch. std::string zygote_configuration = GetProperty("ro.zygote", ""); std::string zygote_configuration = GetProperty("ro.zygote", ""); Loading