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

Commit e4860f02 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

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

parents c5804afa 0a082e2c
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} */