Skip to content

Commit

Permalink
Merge "start: Toggle iorapd on/off when using 'start' command (by its…
Browse files Browse the repository at this point in the history
…elf)" into rvc-dev

Former-commit-id: 8ee349bdbd75f8d92fbe25ebd9d7a96979da852b
  • Loading branch information
TreeHugger Robot authored and Android (Google) Code Review committed Apr 17, 2020
2 parents 85e8b57 + 6c1647f commit b7be63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void ControlService(bool start, const std::string& service) {
}

static void ControlDefaultServices(bool start) {
std::vector<std::string> services = {"netd", "surfaceflinger", "zygote"};
std::vector<std::string> services = {"iorapd", "netd", "surfaceflinger", "zygote"};

// Only start zygote_secondary if not single arch.
std::string zygote_configuration = GetProperty("ro.zygote", "");
Expand Down

0 comments on commit b7be63a

Please sign in to comment.