I subitted a new issue http://code.google.com/p/android/issues/detail?id=1932
On Feb 7, 2:13 am, sdehne wrote:
> Hi,
>
> I'm running into an IllegalSelectorException in my application which
> can be reproduced with the following code (I put this test code right
> after the
Hi,
I'm running into an IllegalSelectorException in my application which
can be reproduced with the following code (I put this test code right
after the super() in onCreate() of an Activity):
try {
SocketChannel channel = SocketChannel.open();
channel.configureBlocking(false);
Selector sel
2 matches
Mail list logo