We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to debug an OpenGL application on a Samsung S6. For various reasons I cannot root the device, so I followed the graphics debugger instructions for non-rooted Android.
When I try to run the application, it appears to briefly start and then it crashes. In logcat, I get this output leading up to the crash:
I/libMGD ( 6994): dlopen of <libGLESv2_mali.so>
E/libMGD ( 6994): Error dereferencing pathname
I/libMGD ( 6994): dlopen of <libGLESv2_android.so>
I/libMGD ( 6994): dlopen of <libGLESv2.so>
Any assistance would be greatly appreciated.
Thank you!