I am using mapview with GoogleMaps, and when I zoom long enough on the map, the activity crashes with the code:
<ioctl_kgsl_sharedmem_alloc:1532>:
ioctl_kgsl_sharedmem_alloc: FATAL ERROR : (null)
First question: Is this a bug in my code, or is it some other bug I am not responsible for? Second question: How can I prevent this, or at least preventing the crash of the activity?
I am also getting this error (the app doesn't crash in this case though, but the map is not shown anymore):
E/qdmemalloc(17414): ion: Failed to map memory in the client: Out of memory
E/qdgralloc(17414): Could not mmap handle 0x7e55bf40, fd=143 (Out of memory)
E/qdgralloc(17414): gralloc_register_buffer: gralloc_map failed
E/GraphicBuffer(17414): unflatten: registerBuffer failed: Out of memory (-12)
EDIT: Please also see this question: