madmik3
madmik3

Reputation: 6983

Logcat won't show up

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

Upvotes: 9

Views: 7801

Answers (4)

MartianKnight
MartianKnight

Reputation: 137

I had a similar issue but it had to do with my page not updating. I had a shortcut bar with Logcat(Depreciated) and when I added Logcat View it would not update the shortcut bar. I had to move the bar and then it updated the icons.

TL;DR - Try moving shortcut bars around

Upvotes: 0

jayant singh
jayant singh

Reputation: 899

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

Upvotes: 1

Viren Pushpanayagam
Viren Pushpanayagam

Reputation: 2497

Try the following in eclipse.

Windows->close all Perspective

Windows->Open perspective->Java EE

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

Upvotes: 40

vbence
vbence

Reputation: 20343

First of all check if adb logcat is working as in some cases logging is disabled with kernel options by default (on the device).

Upvotes: 0

Related Questions