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 d开发者_运维百科oing wrong?
thanks!
Try the following in eclipse.
Windows->close all Perspective
Windows->Open perspective->Java EE
Window->show view->other->Android->LogCat
to solve the problem reset the setting by following this print screen on right corner java->reset will reset the settings
than run your app and console and logcat will apear
First of all check if adb logcat
is working as in some cases logging is disabled with kernel options by default (on the device).
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
精彩评论