Fixed
Status Update
Comments
du...@google.com <du...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
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?