From 762653bdac0af4049bb9765304b2e55dc8fab28a Mon Sep 17 00:00:00 2001 From: yawanng Date: Mon, 16 Nov 2020 18:45:47 +0000 Subject: [PATCH] iorap: Remove toggling iorapd on/off when using 'start' command. Bug: 173166524 Test: adb shell stop Test: adb shell start Change-Id: I09722380f249405aeeb8a68287828d602313baa2 --- toolbox/start.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolbox/start.cpp b/toolbox/start.cpp index cffb89cc5..46314cfcf 100644 --- a/toolbox/start.cpp +++ b/toolbox/start.cpp @@ -37,7 +37,6 @@ static void ControlService(bool start, const std::string& service) { static void ControlDefaultServices(bool start) { std::vector services = { - "iorapd", "netd", "surfaceflinger", "audioserver", @@ -92,4 +91,4 @@ extern "C" int start_main(int argc, char** argv) { extern "C" int stop_main(int argc, char** argv) { return StartStop(argc, argv, false); -} \ No newline at end of file +}