Loading services/core/java/com/android/server/IpSecService.java +8 −11 Original line number Diff line number Diff line Loading @@ -406,17 +406,14 @@ public class IpSecService extends IIpSecService.Stub { private void connectNativeNetdService() { // Avoid blocking the system server to do this Thread t = new Thread( new Runnable() { new Thread() { @Override public void run() { synchronized (IpSecService.this) { NetdService.get(NETD_FETCH_TIMEOUT); } } }); t.run(); }.start(); } INetd getNetdInstance() throws RemoteException { Loading Loading
services/core/java/com/android/server/IpSecService.java +8 −11 Original line number Diff line number Diff line Loading @@ -406,17 +406,14 @@ public class IpSecService extends IIpSecService.Stub { private void connectNativeNetdService() { // Avoid blocking the system server to do this Thread t = new Thread( new Runnable() { new Thread() { @Override public void run() { synchronized (IpSecService.this) { NetdService.get(NETD_FETCH_TIMEOUT); } } }); t.run(); }.start(); } INetd getNetdInstance() throws RemoteException { Loading