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

Commit b02d66d3 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

am: 87115932

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

Change-Id: I9243c3be82d24fee22ff7eddb50f8f8bc8fe59a2
parents 4e9959e1 87115932
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} */