Possible Duplicate:
Logcat not displaying my log calls
I am developing an Android Application, Here I am using Eclipse Galelio for Development. Whenever I want to debug, I use Log.i ( TAG, "message" )
to check the execution details. Here after sometime, Eclipse stops to show those details. So I want to know why it is stopping from showing log details ? In such situation, If I restart my Eclipse then it is again start showing logs for few times. As I am checking logs for AutoStart Application. I need to close the Emualtor/Phone & then restarting it. Does this effect to Eclipse Log ?