So I am using an emulator and logcat is empty, even my custom logs are not coming up, however if I navigate to the terminal in Android studio I can see that it's looking at my project folder instead of android-sdk/platform-tools
where the adb.exe
is.
When I use that terminal to navigate there and run adb logcat
I can see the log fine.
Could that be the reason why the logcat is not working? And if it is how can I fix that?
I am also sure that I have logcat pointed to the correct device & project.
Thanks.