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

Commit a8a376f8 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: 09bd1c1a

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

Change-Id: I9603374c13b252abdbd8dc3fe396108f25b20938
parents b3fda0de 09bd1c1a
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} */