When i try to run mgddaemon i get this error,
root@vbox86p:/ # mgddaemon
Segmentation fault 139
can anyone tell me how to solve it , thnx
running from osx to android virtual machine in virtualbox/genymotion , google nexus 5x , android 6.0
not use DS-5 , do i need that?
i followed this guide to instal the Mali Graphics Debugger , http://malideveloper.arm.com/downloads/tools/mgd/4.1.0/Mali%20Graphics%20Debugger%20v4.1.0%20User%20Guide.pdf
and how must i do that?
i tried to debug the binary with gdb , it failed
root@vbox86p:/data/local/tmp # ./gdb mgddaemon
error: only position independent executables (PIE) are supported.
1|
> running from osx to android virtual machine in virtualbox/genymotion
MGD is unlikely to work in this case; it requires a Mali GPU and the Mali drivers, which the Android emulator doesn't have.
is there a list of compatible devices for MGD?
Most recent Mali devices with Android should work, and there is some limited Linux device support.
If you are able to modify the application build to include a library in the APK then it does not need root, it you want to trace arbitrary applications on Android then you will need a rooted device so you can install some new system libraries.