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:
committed by
Android (Google) Code Review
commit
912e647d3a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user