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 processlist.cfg : echo "process = com .xxxx.xxx" > /system/lib/egl/processlist.cfg , the File Gets Generated but no output on trace.
2) even though i use VBO - i see the Following warning
" Detected 150 calls to glVertexAttribPointer without a bound vertex buffer object " .
Please Let me know How to resolve Profiling my app & what does the above error mean ??
Thanks in Advance