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

Commit a7ebd8e9 authored by Neil Fuller's avatar Neil Fuller
Browse files

Increase the size of time / time detection logs

Increase the size of time / time detection logs to
assist debugging.

Bug: 138187241
Test: Treehugger only
Change-Id: I98026d5f6c5f14ecacf7b0292be958973168db9e
parent 03132bbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ public final class NitzStateMachineImpl implements NitzStateMachine {
    private boolean mNitzTimeZoneDetectionSuccessful = false;

    // Miscellaneous dependencies and helpers not related to detection state.
    private final LocalLog mTimeLog = new LocalLog(15);
    private final LocalLog mTimeZoneLog = new LocalLog(15);
    private final LocalLog mTimeLog = new LocalLog(30);
    private final LocalLog mTimeZoneLog = new LocalLog(30);
    private final GsmCdmaPhone mPhone;
    private final DeviceState mDeviceState;
    private final TimeServiceHelper mTimeServiceHelper;