Whenever I untick "Data Enabled"(Settings->Mobile network settings) within my AVD I get the following error, I lose LogCat connectivity, and I have to restart the AVD/Eclipse :
[2012-10-31 16:11:07 - Unexpected error while launching logcat. Try reselecting the device.] device not found
com.android.ddmlib.AdbCommandRejectedException: device not found
at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:752)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:373)
at com.android.ddmlib.Device.executeShellCommand(Device.java:462)
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:109)
at java.lang.Thread.run(Unknown Source)
Is this behaviour expected? Can I do something to "re-attach" LogCat?
edit: I tried this in a second computer. This time no error logs, but still LogCat communication is lost.