Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open LogCat in Eclipse (for Android Debug)

I'm debugging my Android App from book I bought. In book says (and shows on PrintScreen in book), that I need to look at LogCat Console. But I don't have it opened in my Eclipse. I searched in options, but I couldn't find how to open it.

How open LogCat console?!

like image 859
Michał Bożydar Pawłowski Avatar asked Oct 07 '12 14:10

Michał Bożydar Pawłowski


People also ask

How do I view Logcat on Android?

View your app logs Build and run your app on a device. Click View > Tool Windows > Logcat (or click Logcat in the tool window bar).

Why is my Logcat not showing anything in Android?

Solution 1: Restarting your Android Studio In your IDE Go to File > Invalidate Caches and Restart > Invalidate and Restart. This Solution will clear all the caches of Android studio IDE and restart it automatically, By the method, there are 80% change that Logcat will start work as before.

What is Logcat file in Android?

Logcat is a command-line tool that dumps a log of system messages, including stack traces when the device throws an error and messages that you have written from your app with the Log class. This page is about the command-line logcat tool, but you can also view log messages from the Logcat window in Android Studio.


1 Answers

LogCat is located here:

Window > Show View > Other > Android > LogCat

I hope this helps.

like image 194
Luke Taylor Avatar answered Nov 15 '22 09:11

Luke Taylor