OpenGL ES Tracer does not collect any data on my Nexus 10

I try to use OpenGL ES Tracer, but it just does not collect any data. I proceed to the next screen, but the trace file remains emtpy:

enter image description here

I also tried this with the Google OpenGLES20Complete application example to rule out that something specific to my application is causing this problem, but it just doesn't work.

I follow the documentation for OpenGL ES Tracer , except that I use IntelliJ IDEA and run the Monitor tool from there. I use Nexus 10 with Android 4.2, so it meets the minimum version requirements.

(Samsung Galaxy i9000 Cyanogenmod 10), OpenGL. , , - , Android, .

- , , ? , OpenGL?

+5
3

, Bean 4.2.2. Galaxy Nexus Nexus 7, Galaxy Nexus Android 4.1.2, fastboot Google ROM, . : https://code.google.com/p/android/issues/detail?id=53426

+2

logcat, , - . :

$ adb shell
$ am start --opengl-trace com.app.package/com.app.package.Activity

, , . system .

, .

+4

Go to Developer Settings on the device, and in the Enable OpenGL Tracing option, select Logcat or Systrace.

-1
source

All Articles