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

Cannot intercept my app with Mali Graphics Debugger

Hello,

I just followed the manual but I cannot get the MGD to intercept any call from my app.

The GUI connects to de daemon though USB but no data is traced.

I am using Android 4.4.2 and Mali-400 MP.

Am I missing something?

Parents
  • Hello Chris,

    This is the output:

    06-26 20:57:18.430: W/linker(9622): libGLES.so has text relocations. This is wasting memory and is a security risk. Please fix.

    06-26 20:57:18.430: D/libEGL(9622): loaded /system/lib/egl/libGLES.so

    06-26 20:57:18.430: I/mgd_interceptor(9622): Trying to connect to the daemon...

    06-26 20:57:18.430: E/mgd_interceptor(9622): error socket connect: Permission denied

    06-26 20:57:18.430: I/mgd_interceptor(9622): Getting pid...

    06-26 20:57:18.430: I/mgd_interceptor(9622): Got pid (9622), reading process name

    06-26 20:57:18.435: I/mgd_interceptor(9622): Process = com.voovio.sweeptest

    06-26 20:57:18.435: I/mgd_interceptor(9622): Couldn't open /system/lib/egl/processlist.cfg, so tracing by default.

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /vendor/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /system/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /vendor/lib/egl/libEGL_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /system/lib/egl/libEGL_mali.so ...

    06-26 20:57:18.440: I/mgd_interceptor(9622): Loaded library libEGL from /system/lib/egl/libEGL_mali.so

    06-26 20:57:18.445: I/Mali(9622): Mali API Version : 401

    06-26 20:57:18.445: I/Mali(9622): Mali REVISION: Linux-r4p0-00rel0  BUILD_DATE: 2014-05-22 13:32:13

    06-26 20:57:18.450: I/HWUI(9622): EGLImpl-HWUI Protected EGL context created

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /vendor/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /system/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /vendor/lib/egl/libGLESv2_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Loaded library libGLESv2 from /vendor/lib/egl/libGLESv2_mali.so

    Do I need special permision on manifest? I added INTERNET permission but did not work.

    FYI: On builtin cammera app it dooes work.

    Regards.

Reply
  • Hello Chris,

    This is the output:

    06-26 20:57:18.430: W/linker(9622): libGLES.so has text relocations. This is wasting memory and is a security risk. Please fix.

    06-26 20:57:18.430: D/libEGL(9622): loaded /system/lib/egl/libGLES.so

    06-26 20:57:18.430: I/mgd_interceptor(9622): Trying to connect to the daemon...

    06-26 20:57:18.430: E/mgd_interceptor(9622): error socket connect: Permission denied

    06-26 20:57:18.430: I/mgd_interceptor(9622): Getting pid...

    06-26 20:57:18.430: I/mgd_interceptor(9622): Got pid (9622), reading process name

    06-26 20:57:18.435: I/mgd_interceptor(9622): Process = com.voovio.sweeptest

    06-26 20:57:18.435: I/mgd_interceptor(9622): Couldn't open /system/lib/egl/processlist.cfg, so tracing by default.

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /vendor/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /system/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /vendor/lib/egl/libEGL_mali.so ...

    06-26 20:57:18.435: I/mgd_interceptor(9622): Attempting to load libEGL at /system/lib/egl/libEGL_mali.so ...

    06-26 20:57:18.440: I/mgd_interceptor(9622): Loaded library libEGL from /system/lib/egl/libEGL_mali.so

    06-26 20:57:18.445: I/Mali(9622): Mali API Version : 401

    06-26 20:57:18.445: I/Mali(9622): Mali REVISION: Linux-r4p0-00rel0  BUILD_DATE: 2014-05-22 13:32:13

    06-26 20:57:18.450: I/HWUI(9622): EGLImpl-HWUI Protected EGL context created

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /vendor/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /system/lib/egl/libGLES_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Attempting to load libGLESv2 at /vendor/lib/egl/libGLESv2_mali.so ...

    06-26 20:57:18.455: I/mgd_interceptor(9622): Loaded library libGLESv2 from /vendor/lib/egl/libGLESv2_mali.so

    Do I need special permision on manifest? I added INTERNET permission but did not work.

    FYI: On builtin cammera app it dooes work.

    Regards.

Children
  • Hi vruiz,

    There are no special permissions needed in the manifest because the socket we use is an abstract namespace AF_UNIX socket. This works on every production device we've tested it on because it's not located on the filesystem anywhere and therefore we don't need to ensure any visibility/permissions for it, but this is obviously not the case on your platform. I have seen this before however on a system which implemented a secure launcher. In short, you will need to investigate why there is a permission issue on abstract namespace AF_UNIX sockets, as this is causing the interceptor to be unable to talk to the daemon. If it works with the camera app, then that should provide some clues - what is different about how the permissions are set up for that application?...

    Hope this helps,

    Chris

  • P.S. over the weekend someone at our end hit the same issue, and solved it by disabling selinux with "setenforce 0", so if your device uses selinux that might solve it!