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

Commit cc348d6c authored by Shuo Qian's avatar Shuo Qian Committed by Android (Google) Code Review
Browse files

Merge "Remove duplicate 'Time logs:' and 'Time zone Logs:' in the dumpsys" into oc-dev

parents 7acc8594 19001b77
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -4628,16 +4628,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() {