Merge "When dumping connectivity metrics events, print data as well." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e4860f0256
@@ -77,8 +77,8 @@ public final class ConnectivityMetricsEvent implements Parcelable {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return String.format("ConnectivityMetricsEvent(%d, %d, %d)", timestamp,
|
||||
componentTag, eventTag);
|
||||
return String.format("ConnectivityMetricsEvent(%d, %d, %d): %s", timestamp,
|
||||
componentTag, eventTag, data);
|
||||
}
|
||||
|
||||
/** {@hide} */
|
||||
|
||||
Reference in New Issue
Block a user