Fixed
Status Update
Comments
du...@google.com <du...@google.com>
ap...@google.com <ap...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
Description
Component used: Paging Version used: 3.0.0-alpha10 Devices/Android versions reproduced on: Pixel 1, Android 9.x
I'm seeing the following exception when using the latest alpha when I set a
maxSize
. Without it, there's no crash - our objects are fairly heavy memory wise so I do want to set it.pageSize
/prefetchDistance
are both 20 FWIW.To reproduce, I do the following:
maxSize
to 200I have tried the same reproduction steps on alpha09 and can confirm that I see the crash there too.
Seems potentially related tohttps://android-review.googlesource.com/c/platform/frameworks/support/+/1482701 which has a similar stacktrace when it crashes?