Somehow I closed the logcat tab from the debug window and now I am unable to get it back. In Run->Configuration->Logcat I have everything checked. I do have the logcat tab i
press alt 6.
If you still don't see it there should be a little icon in the top-right corner of the view, press that.
While I would be a little late for the party, it has been a few years and new version of Studio.
Today when you encounter the bug, your logcat would not be shown, to resolve this you would need to follow these steps:
I have encountered several different bugs related to this issue, this scenario covers most of these cases.
No one has seemed to mention this, but make sure you are inside the "android" directory and not the root directory of your project (React Native). Logcat will not display otherwise.
In Android Monitor
window, click the little tiny button on the top right corner.
Click on Android Monitor at the bottom of the screen.
and then you should see there are a tab call "Logcat" next to "Memory" tab.
It was working fine and it disappeared suddenly.
After nothing else worked, I ran adb devices
to see if my device was correctly attached and TA DA.
adb server
wasn't running and started automatically and Android Studio started to show Logcat as always.
➜ adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
0030713775 device