There is very awkward thing I am facing logcat is shown in debugging application but while running(not debugging) application it is not showing logcat .
I tried rest
In Logcat window reselect your device then reselect your app
if it didn't appear restart adb using two commands:
adb kill-server adb start-server
Happy debugging :)