Loading services/java/com/android/server/SystemServer.java +10 −7 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,8 @@ public final class SystemServer implements Dumpable { t.traceEnd(); } // Devices without WebView/JavaScript cannot support PAC proxies. if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WEBVIEW)) { t.traceBegin("StartPacProxyService"); try { pacProxyService = new PacProxyService(context); Loading @@ -2012,6 +2014,7 @@ public final class SystemServer implements Dumpable { reportWtf("starting PacProxyService", e); } t.traceEnd(); } t.traceBegin("StartConnectivityService"); // This has to be called after NetworkManagementService, NetworkStatsService Loading Loading
services/java/com/android/server/SystemServer.java +10 −7 Original line number Diff line number Diff line Loading @@ -2004,6 +2004,8 @@ public final class SystemServer implements Dumpable { t.traceEnd(); } // Devices without WebView/JavaScript cannot support PAC proxies. if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WEBVIEW)) { t.traceBegin("StartPacProxyService"); try { pacProxyService = new PacProxyService(context); Loading @@ -2012,6 +2014,7 @@ public final class SystemServer implements Dumpable { reportWtf("starting PacProxyService", e); } t.traceEnd(); } t.traceBegin("StartConnectivityService"); // This has to be called after NetworkManagementService, NetworkStatsService Loading