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 <[email protected]> wrote: > 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 referred to using a path. > > The path in this case is named "gltrace". > > > > > 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 <[email protected]> wrote: >> >>> Maybe try port 8345? >>> >>> >>> >>> <https://lh5.googleusercontent.com/-bm-2VYv45FY/URvNkJmtvAI/AAAAAAAAAMw/IJbL4Kwgd9Y/s1600/Screen+Shot+2013-02-13+at+11.28.46+AM.png> >>> >>> >>> >>> 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 >>>> "gltrace::**waitForClientConnect**ion: server listening @ path gltrace" >>>> How can i detect server port and address >>>> >>>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to android-d...@**googlegroups.com >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected] >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to android-developers+**[email protected]. >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Romain Guy Android framework engineer [email protected] -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

