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

Commit 75ed75c3 authored by Wei Wang's avatar Wei Wang Committed by Nathan Harold
Browse files

SystemServer: fix StartIpSecService trace and log

Bug: 36920223
Test: boot and see log
Change-Id: I9b88564ac7eef6998af465b977fa66c7d0787cf2
(cherry picked from commit 90f4c0907e8f746f0f840e76057f84ec20adf46d)
parent f1dad269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1024,7 +1024,7 @@ public final class SystemServer {
                } catch (Throwable e) {
                    reportWtf("starting IpSec Service", e);
                }
                Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
                traceEnd();
            }

            if (!disableNonCoreServices && !disableTextServices) {