Search code examples
androidmemoryfatal-errorlauncher

Fatal Error : Adreno-GSL


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?


Solution

  • 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.