sometimes and randomly when i run my app with Eclipse i got this error on launching , the app shuts down unexpectedly with this Error in logcat:
Tag : Adreno-GSL
Text : <ioctl_kgsl_sharedmem_alloc:1494>:ioctl_kgsl_sharedmem_alloc: FATAL ERROR : (null)
i think it's a memory issue but i don't have any idea about that ,does anybody know why this error occurs and how can i solve it?
You can use:
adb shell dumpsys meminfo your.package.name.here
to check how much memory you are using. Notably, the GL line in your case. Strange that it only happens when you run from Eclipse.
I think it is a memory problem. Check your device memory, and your application. It may is using a lot of memory and the android system has to force it to close.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With