What does LogCat do in Eclipse?
How do I use it? I have never used the log cat before in Eclipse, so I don\'t understand.
When you run your applications in debug you can have details on why they are crashing, plus if you want to write in it you can :
Log.i(String tag, String msg);