Is it possible to debug native Android application using Mali graphics Debugger?
I have confirmed that debugging is working properly with Android Java applications, but with native C++ application (built using NDK toolchain) - debugger does not capture anything.
My application is using OpenCL for calculation.