score:1

i used to have this same problem, it was because i had running in the background an android emulator outside of eclipse, in my case was the bluestacks emulator, when i stopped it my logcat stopped printing that loop message.

you should use this command in the adb command line, to use the adb command line, go to this path in your console; this is in windows.

c:\users\youruser\appdata\local\android\sdk\platform-tools

and when you are in that folder use this command adb devices this command should print the devices you have.

after this use this command with the port number of the emulator you want to stop adb -s emulator-5554 emu kill in my case was the 5554.

in my case in case you also have bluestacks, to stopped the bluestack emulator in windows from staring automatically i followed this steps.

go to msconfig, in msconfig go to the services tab, uncheck the bluestacks android service and bluestacks log rotator service, then go to the startup tab and uncheck bluestacks from starting automatically, then restart your computer.

this link worth a reading about how to stop emulators: https://devmaze.wordpress.com/2011/12/12/starting-and-stopping-android-emulators/

and this link about how to stop bluestack emulator more detail it: http://www.oaultimate.com/computers/computer-slow-boot-and-disable-bluestacks-startup.html


Related Query

More Query from same tag