Merge changes I852e3a53,I86755647,I0ed8b0c6 am: 654b0fff63 am: d319fef084 am: 07d4708ab7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1553736 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I032e3d8f16b164f067dba02bde950b93f4e54b83
This commit is contained in:
@@ -1785,7 +1785,7 @@ public final class SystemServer implements Dumpable {
|
||||
|
||||
t.traceBegin("StartIpSecService");
|
||||
try {
|
||||
ipSecService = IpSecService.create(context, networkManagement);
|
||||
ipSecService = IpSecService.create(context);
|
||||
ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting IpSec Service", e);
|
||||
|
||||
Reference in New Issue
Block a user