Merge changes from topic "revert-16528474-remove-iorap-SLJMCTXSQL"

* changes:
  Revert "Remove iorap framework codes"
  Revert "Remove scripts related to iorap"
This commit is contained in:
TreeHugger Robot
2022-01-31 21:49:05 +00:00
committed by Android (Google) Code Review
98 changed files with 14114 additions and 0 deletions

View File

@@ -214,6 +214,8 @@ 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;
@@ -1623,6 +1625,10 @@ 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);