Merge changes from topic "tm-remove-iorapd" into tm-dev

* changes:
  [Re-land] Remove scripts related to iorap
  [Re-land] Remove iorap framework codes
This commit is contained in:
TreeHugger Robot
2022-03-03 17:16:02 +00:00
committed by Android (Google) Code Review
98 changed files with 0 additions and 14114 deletions

View File

@@ -214,8 +214,6 @@ import com.android.server.wm.WindowManagerService;
import dalvik.system.VMRuntime;
import com.google.android.startop.iorap.IorapForwardingService;
import java.io.File;
import java.io.FileDescriptor;
import java.io.IOException;
@@ -1645,10 +1643,6 @@ public final class SystemServer implements Dumpable {
mSystemServiceManager.startService(PinnerService.class);
t.traceEnd();
t.traceBegin("IorapForwardingService");
mSystemServiceManager.startService(IorapForwardingService.class);
t.traceEnd();
if (Build.IS_DEBUGGABLE && ProfcollectForwardingService.enabled()) {
t.traceBegin("ProfcollectForwardingService");
mSystemServiceManager.startService(ProfcollectForwardingService.class);