• 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...
  • MGD doesn't work with VR apps.
    It seems MGD 2.0.1 only looks for eglSwapBuffers as a synchronization primitive to finish a frame. VR Lib uses only the front buffer in order to decrease latency, thus it never swaps . The vsync control...
  • Error reported when connect MGD
    I work with a Unity3d project, on a non-rooted device.The libMGD.so is added and the Java Code is edited following the reference doc. The MGD Daemon successfully find my test.apk in it's list. I start...
  • extract data from mgd file?
    Hi,      The mali graphics debugger provides detailed infromation for us to analyze the performance of graphical applications, such as vertices and fragments every frame, corrdinates of vertices, etc...
  • Not able to Trace App using MGD
    facing currently 2 issues 1) using processlist.cfg "process = com .xxxx.xxx" is Not logging my app , but not having this log am able to Log the System.      i use the Following command   to generate the...