Merge "Fix bug while writing data to parcel in TelephonyHistogram.java" into nyc-mr1-dev
am: 2e9b43efd5
* commit '2e9b43efd53fbbce733b6e5c328f37c635c699a3':
Fix bug while writing data to parcel in TelephonyHistogram.java
Change-Id: I47cce50a4fdcc0bf4c747a410dd07658424dd9f3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user