Skip to content Skip to sidebar Skip to footer

Display Stack Trace In Android Studio - It's Disappeared

Very dumb, very basic question, but this has been frustrating the hell out of me, so here goes. My stack trace has disappeared in Android Studio. All Logcat shows is crap like this

Solution 1:

This log aren't Logcat, this is Event Log

To turn on Logcat go View > Tool Windows > Android Monitor (Alt + 6 on Windown or Command + 6 on OSX)

Solution 2:

This is pretty embarrassing, but I made the mistake, so I'll own up to it. I had the damn thing shrunk so tiny that I couldn't see it. All I had to do was drag the window out to open it up.

Post a Comment for "Display Stack Trace In Android Studio - It's Disappeared"