Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logcat tab missing from debug window in Android Studio

Tags:

Somehow I closed the logcat tab from the debug window and now I am unable to get it back. In Run->Configuration->Logcat I have everything checked. I do have the logcat tab in Android Monitor window, but not in Debug. How can I get it back?

enter image description here

I created a bug on on their bug-tracker: https://youtrack.jetbrains.com/issue/IDEA-144525

like image 456
Alex Burdusel Avatar asked Aug 29 '15 08:08

Alex Burdusel


People also ask

Can not find Logcat in Android Studio?

Go to Project Structure -> Facets -> “+” -> Android -> Select Project Logcat should now be visible.

Why is my Logcat not showing anything in Android?

Solution 1: Restarting your Android StudioIn 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.

How do I get the Logcat?

To gather logs (logcat) from an android phone, follow either one of the following processes. Install Android SDK from http://developer.android.com/sdk/index.html. Make sure platform-tools is included (http://developer.android.com/sdk/installing/adding-packages.html). Enable USB Debugging on your device.


1 Answers

I think with the release of Android Studio 1.4 the logcat tab has been removed from the Debug view. Now I believe the only place to access it is by opening the Android Monitor view by pressing Alt+6 on Windows or CMD+6 on Mac.

Release notes of Android Studio 1.4 Beta 3 allude to this:

Logcat view mostly rewritten to address a number of stability and usability bugs

like image 158
Adam Johns Avatar answered Sep 17 '22 17:09

Adam Johns