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)
Post a Comment for "Display Stack Trace In Android Studio - It's Disappeared"