Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logcat won't show up

Tags:

android

logcat

I am somewhat new to android and I am setting up my view perspectives (that i am fairly anal about). I want to have logcat showing on my normal editing perspective.

But I go into Window>Show View>Other Views.. select android and logcat. And the window does not show up. Sometimes it grayed out.

If I switch to the DDMS perspective it shows up just fine.

What am I doing wrong?

thanks!

enter image description here

like image 550
madmik3 Avatar asked Mar 28 '11 15:03

madmik3


People also ask

How do I restart Logcat?

You need to press Alt + 6 twice to restart the Logcat. Restarting logcat often helps when it becomes irresponsive.

How do I retrieve android logs?

Navigate to device settings and enable Developer Options (see section for ADB logs) Navigate to Developer Options and tap on Take/Submit Bug Report. Select Full Report when prompted to get the full device info along with the logs.

How do I collect Logcat logs?

Log messages can be viewed in a Logcat window in Android Studio, or you can use the command line tool to pull them. Several Android apps are also available in the Google Play store that allow easy access to these tools.


2 Answers

Try the following in eclipse.

Windows->close all Perspective

Windows->Open perspective->Java EE

Window->show view->other->Android->LogCat

like image 199
Viren Pushpanayagam Avatar answered Nov 16 '22 01:11

Viren Pushpanayagam


to solve the problem reset the setting by following this print screen on right corner java->reset will reset the settings enter image description here

than run your app and console and logcat will apear

like image 27
jayant singh Avatar answered Nov 16 '22 01:11

jayant singh