This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Graphics Debugger and non-rooted android

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>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_mali.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_android.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_mali.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_android.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_mali.so>

E/libMGD  ( 6994): Error dereferencing pathname

I/libMGD  ( 6994): dlopen of <libGLESv2_android.so>

E/libMGD  ( 6994): Error dereferencing pathname

Any assistance would be greatly appreciated.

Thank you!