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

This commit is contained in:
Neil Fuller
2020-03-09 14:54:46 +00:00
committed by Android (Google) Code Review

View File

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