Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread dani maoz
I thought about this idea, i used TCPDUMP, while connecting using Android Open GL trace, but didn't see any message transfered. As anyone tried to use this DLL? On Thu, Feb 14, 2013 at 12:13 AM, bob wrote: > Why not do a TCP port scan on your localhost and look for a high number? > > > > On W

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread Romain Guy
Note that this is not a public API so it's likely the protocol/library will change in future releases. On Wed, Feb 13, 2013 at 3:21 PM, bob wrote: > Please see this file: > > > https://android.googlesource.com/platform/frameworks/native/+/2fdcc81ddfdbdfbbde63bd64e9ac9272b5417553/opengl/libs/GLE

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread bob
Please see this file: https://android.googlesource.com/platform/frameworks/native/+/2fdcc81ddfdbdfbbde63bd64e9ac9272b5417553/opengl/libs/GLES_trace/src/gltrace_transport.cpp The socket created is of type AF_LOCAL, not AF_INET. So, it's not a normal TCP socket. It is a local socket, which is re

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread bob
Why not do a TCP port scan on your localhost and look for a high number? On Wednesday, February 13, 2013 3:12:50 PM UTC-6, David_lavi wrote: > > Thanks for the reply, it didn't work. > As anyone try to create NDK project using libegl_trace.so? > > > > On Wed, Feb 13, 2013 at 7:30 PM, bob >

Re: [android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread dani maoz
Thanks for the reply, it didn't work. As anyone try to create NDK project using libegl_trace.so? On Wed, Feb 13, 2013 at 7:30 PM, bob wrote: > Maybe try port 8345? > > > >

[android-developers] Re: libGLES_Trace server how to connect

2013-02-13 Thread bob
Maybe try port 8345? On Wednesday, February 13, 2013 5:19:56 AM UTC-6, David_lavi wrote: > > Hi > How can i connect to gltrace:server? > I see this message >