Recently I started to learn Android Development. Since the emulator is slow and buggy on my PC, I'm trying to install app directly to my device HTC Desire S.
My questions:
1: How can I stop the application properly? ( I know that I can do it via Devices View in Eclipse, but very often the app just start again. )
2: How can I log only one application in LogCat? ( The process com.fd.httpd->HTCSense is generating a TONS of output. Yes I can make a new filter, but the number of logs from HTCSense is always growing and after approximately 10 000 logs, which is matter of 20 seconds, my logs are deleted because of full buffer. )
3: How should I properly stop the connection between my device and Eclipse? Pulling cable out of device "on the fly" is not the best solution I think. ( For example when I run J2ME project with Ant, in Console view there is "Terminate" button. )
Thank you for your answers/recommendations!