I have written a OpenGL ES 3.1 app for Android. When I run it on a device with ARM Mali T880, the screen keeps on flashing. On Adreno 418 and PowerVR GE8100 the app appears to work.
I'd really like to somehow squeeze more debugs from the Mali driver. My phone is rooted and I do have MGD working. Is there a way to make the driver show more debugs?
Hi Utumno,
Setting the debug level that way should work although the mali_debug_level file is not necessarily in that location, you can find it using either find or grep command to search for the mali0 folder.
I have tried this myself on a rooted S7 and the mali_debug_level did not exist on my device, which is the case you are describing where the driver is compiled directly into the kernel, in this case there is no way to increase the debug level.
Hopefully the driver has built to support this the debug level on your device and the file exists, if not, sorry I couldn't be of more use.
Regards,
Ryan