Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 400f12b4 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Fix build.

Change-Id: Iae02fabe42013705592f75748388daf8fa5ed54e
parent a57afb6a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -433,16 +433,6 @@ class ServerThread extends Thread {
                Slog.e(TAG, "Failure starting SamplingProfiler Service", e);
            }

            try {
                SipService sipService = SipService.create(context);
                if (sipService != null) {
                    Slog.i(TAG, "Sip Service");
                    ServiceManager.addService("sip", sipService);
                }
            } catch (Throwable e) {
                Slog.e(TAG, "Failure starting SIP Service", e);
            }

            try {
                Slog.i(TAG, "NetworkTimeUpdateService");
                networkTimeUpdater = new NetworkTimeUpdateService(context);