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

Commit b9f0053b authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Fix bug while writing data to parcel in TelephonyHistogram.java

Bug: 29117186
Change-Id: Ic694adc3323062e90c0e6586ea31e7691036ffcd
parent 3af59ef4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public final class TelephonyHistogram implements Parcelable {
        out.writeInt(minTimeMs);
        out.writeInt(maxTimeMs);
        out.writeInt(averageTimeMs);
        out.writeLong(sampleCount);
        out.writeInt(sampleCount);
        if (initialTimings == null) {
            out.writeInt(ABSENT);
        } else {