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

Commit 95daf5a2 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Reduce log size from CountryTimeZones" into rvc-dev

parents df5dff04 d0213083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ public final class CountryTimeZones {
        @Override
        public String toString() {
            return "OffsetResult{"
                    + "mTimeZone=" + mTimeZone
                    + "mTimeZone(ID)=" + mTimeZone.getID()
                    + ", mIsOnlyMatch=" + mIsOnlyMatch
                    + '}';
        }