Loading core/java/android/app/NotificationHistory.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -610,6 +610,7 @@ public final class NotificationHistory implements Parcelable { // Data can be too large for a transact. Write the data as a Blob, which will be written to // Data can be too large for a transact. Write the data as a Blob, which will be written to // ashmem if too large. // ashmem if too large. dest.writeBlob(data.marshall()); dest.writeBlob(data.marshall()); data.recycle(); } } public static final @NonNull Creator<NotificationHistory> CREATOR public static final @NonNull Creator<NotificationHistory> CREATOR Loading Loading
core/java/android/app/NotificationHistory.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -610,6 +610,7 @@ public final class NotificationHistory implements Parcelable { // Data can be too large for a transact. Write the data as a Blob, which will be written to // Data can be too large for a transact. Write the data as a Blob, which will be written to // ashmem if too large. // ashmem if too large. dest.writeBlob(data.marshall()); dest.writeBlob(data.marshall()); data.recycle(); } } public static final @NonNull Creator<NotificationHistory> CREATOR public static final @NonNull Creator<NotificationHistory> CREATOR Loading