Rob,
You'd probably get more of a response if you posted your question to
the user (or developer) list, as your question doesn't deal with
Android internals.
Regards,
Shane
On Nov 18, 1:26 am, rob <yoma...@socal.rr.com> wrote:
Stack trace:
ServerSocket.toString() line: 321
Code to produce:
ServerSocket serverSocket = new ServerSocket(45000);
Log.i("SocketService", "Created server: " + serverSocket);
I would try to debug it but the Java source code isn't available for
download.
ServerSocket doesn't appear to work either because a call to
getLocalPort() returns 0 and there's no listing of the specified port