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

Commit 09bd1c1a authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "When dumping connectivity metrics events, print data as well." into nyc-dev

am: e4860f02

* commit 'e4860f02':
  When dumping connectivity metrics events, print data as well.

Change-Id: Ie2da40fc6ba7a52d359c4b0be4f938ee7eb95b73
parents c394db80 e4860f02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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} */