Hello,

I have observed that my LogCat is crashing after the first use of the simulator in Eclipse. I get:

[2008-12-16 01:28:50 - Logcat]device (emulator-5554) request rejected: device not found
java.io.IOException: device (emulator-5554) request rejected: device not found
at com.android.ddmlib.AdbHelper.setDevice(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand( Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unkn own Source)
at com.android.ddmuilib.logcat.LogPanel$3.run(Unknown Source)


after I finish the simulator and no log messages are recorded in any further case I run the simulator. I have to restart Eclipse to get it working again.

May be someone have seen this problem too? Or are in my settings/configuration something wrong?

I use Eclipse 3.4 and android-sdk-mac_x86-1.0_r2.