summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-03-09 14:54:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-03-09 14:54:46 +0000
commit95daf5a2b1a0f14578bd641347bfd401dc01ac8e (patch)
tree8bdfb2f49e651c231494d37127b1c0bdbe03b180 /core/java
parentdf5dff04db07184d7caa53fb3b130ba8ac5d8467 (diff)
parentd0213083f253742593e43ae17d9b8e21ad12442b (diff)
Merge "Reduce log size from CountryTimeZones" into rvc-dev
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/timezone/CountryTimeZones.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/timezone/CountryTimeZones.java b/core/java/android/timezone/CountryTimeZones.java
index ee3a8a79d5d7..a8db50e51782 100644
--- a/core/java/android/timezone/CountryTimeZones.java
+++ b/core/java/android/timezone/CountryTimeZones.java
@@ -140,7 +140,7 @@ public final class CountryTimeZones {
@Override
public String toString() {
return "OffsetResult{"
- + "mTimeZone=" + mTimeZone
+ + "mTimeZone(ID)=" + mTimeZone.getID()
+ ", mIsOnlyMatch=" + mIsOnlyMatch
+ '}';
}