resolved conflicts for merge of a06ad953 to master
Change-Id: I282525787d7475cc72b2dec10fbc2cf8c5727b82
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
package com.android.server;
|
||||
|
||||
import com.android.server.am.ActivityManagerService;
|
||||
import com.android.server.sip.SipService;
|
||||
import com.android.internal.os.BinderInternal;
|
||||
import com.android.internal.os.SamplingProfilerIntegration;
|
||||
|
||||
@@ -428,6 +429,13 @@ class ServerThread extends Thread {
|
||||
} catch (Throwable e) {
|
||||
Slog.e(TAG, "Failure starting SamplingProfiler Service", e);
|
||||
}
|
||||
|
||||
try {
|
||||
Slog.i(TAG, "Sip Service");
|
||||
ServiceManager.addService("sip", new SipService(context));
|
||||
} catch (Throwable e) {
|
||||
Slog.e(TAG, "Failure starting SIP Service", e);
|
||||
}
|
||||
}
|
||||
|
||||
// make sure the ADB_ENABLED setting value matches the secure property value
|
||||
|
||||
Reference in New Issue
Block a user