Hi,
i'm using KeyValueStore v.2 in my app and i'm getting crash report like this:
Fatal Exception: android.database.CursorWindowAllocationException
Cursor window allocation of 2048 kb failed.
All that crash has occurred on android 4.4 device only and happen in KeyValueStore Get sub, can anyone tell me what is the problem? as far as i know all cursor was closed after use and i can't replicate this issue on my test device.
Thanks.
i'm using KeyValueStore v.2 in my app and i'm getting crash report like this:
Fatal Exception: android.database.CursorWindowAllocationException
Cursor window allocation of 2048 kb failed.
All that crash has occurred on android 4.4 device only and happen in KeyValueStore Get sub, can anyone tell me what is the problem? as far as i know all cursor was closed after use and i can't replicate this issue on my test device.
Thanks.