Merge "Reduce log size from CountryTimeZones" into rvc-dev am: 95daf5a2b1

Change-Id: Iebfbc950de933dda8c2f8e2247d729c295bd0cfb
This commit is contained in:
Automerger Merge Worker
2020-03-09 20:03:52 +00:00

View File

@@ -140,7 +140,7 @@ public final class CountryTimeZones {
@Override
public String toString() {
return "OffsetResult{"
+ "mTimeZone=" + mTimeZone
+ "mTimeZone(ID)=" + mTimeZone.getID()
+ ", mIsOnlyMatch=" + mIsOnlyMatch
+ '}';
}