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!

Parents
  • Hi Amanda,

    We would love to help you with your issue. Just a quick question are your running Android 6 or Android 5? As we have tested the non-root version of MGD with Android 5.0 and it works correctly without issue. Unfortunately there are some known issues with using the non-root version and Android 6.0. We are working hard to resolve them and I will keep you posted when we have a fix.

    Cheers,

    Stephen

Reply
  • Hi Amanda,

    We would love to help you with your issue. Just a quick question are your running Android 6 or Android 5? As we have tested the non-root version of MGD with Android 5.0 and it works correctly without issue. Unfortunately there are some known issues with using the non-root version and Android 6.0. We are working hard to resolve them and I will keep you posted when we have a fix.

    Cheers,

    Stephen

Children