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

MGD: No trace data to display

     Now I just wanna to test with Mali Graphics Debugger, But it seems some wrong happen to me because it shows "No trace data to display" in main window. My target device is Google Nexus 10 and get rooted and host system is Win7.

     I did all steps follows "Mali Graphics Debugger v1.2.1 User Guide.pdf".

    

     During my running the commands follows, it seems no special log out, I even can not know if i'm succeed or not from log.

                                       

     Two lines log out after run mgddaemon: "waiting for an interceptor o connect..." , "waiting for a connection from the host on port 5002".

    

     Then I set the target IP in "Debug->set target IP" to 127.0.0.1 and set the port to 5002. there is only on line log out in Console window: set IP to 127.0.0.1:5002.

     Then I launch my game on target device(nexus 10).

    

     After getting in game , I do "Debug->connect to target " or press button "connect to target and start tracing" to connect to target and a new window named "Capturing 127.0.0.1:5002" displayed with a tip "No trace data to display" shown. And one line log shown in console window :"Daemon is version :A006" and one line log shown in cmd.exe :"Host connected." (I noticed someone else have a log "a client connected" in forum but this log never displays in my process.).

     Almost nothing else shown in MGD.

Could anyone figure out my problem?

My appreciate for your answer!

Thanks!

Parents
  • Commands attached:

    adb shell su -c mount -o remount /system

    adb push libGLES_mgd.so /sdcard/

    adb push mgddaemon /sdcard/

    adb shell

    # The following commands run on the target

    su

    cd /sdcard/

    cp mgddaemon /system/bin/mgddaemon

    chmod 777 /system/bin/mgddaemon

    cp libGLES_mgd.so /system/lib/egl/libGLES_mgd.so

    chmod 777 /system/lib/egl/libGLES_mgd.so

    cp /system/lib/egl/egl.cfg /system/lib/egl/egl.cfg.bak

    echo "0 0 mgd" > /system/lib/egl/egl.cfg

    adb forward tcp:5002 tcp:5002

    adb shell

    su

    mgddaemon

Reply
  • Commands attached:

    adb shell su -c mount -o remount /system

    adb push libGLES_mgd.so /sdcard/

    adb push mgddaemon /sdcard/

    adb shell

    # The following commands run on the target

    su

    cd /sdcard/

    cp mgddaemon /system/bin/mgddaemon

    chmod 777 /system/bin/mgddaemon

    cp libGLES_mgd.so /system/lib/egl/libGLES_mgd.so

    chmod 777 /system/lib/egl/libGLES_mgd.so

    cp /system/lib/egl/egl.cfg /system/lib/egl/egl.cfg.bak

    echo "0 0 mgd" > /system/lib/egl/egl.cfg

    adb forward tcp:5002 tcp:5002

    adb shell

    su

    mgddaemon

Children