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

Commit 19001b77 authored by shuoq's avatar shuoq Committed by sqian
Browse files

Remove duplicate 'Time logs:' and 'Time zone Logs:' in the dumpsys

Bug: 36686977
Test: Manual
Change-Id: I920aeb28df7456f4c5b07495bb8c63638634ef37
parent 333c7cb3
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -4613,16 +4613,6 @@ public class ServiceStateTracker extends Handler {
        ipw.increaseIndent();
        mTimeZoneLog.dump(fd, ipw, args);
        ipw.decreaseIndent();

        ipw.println(" Time Logs:");
        ipw.increaseIndent();
        mTimeLog.dump(fd, ipw, args);
        ipw.decreaseIndent();

        ipw.println(" Time zone Logs:");
        ipw.increaseIndent();
        mTimeZoneLog.dump(fd, ipw, args);
        ipw.decreaseIndent();
    }

    public boolean isImsRegistered() {