Is there a way to see the network logs in Android Emulator?

I’m unable to login and I’m guessing my Cors is not set up properly, but I cannot confirm because I cannot see the network logs when testing via Android Emulator.

Is there a way to enable them?

Think what your after can be seen in chrome. If you go to chrome://inspect#devices . Then pick the emulated version of android.

1 Like

Can view them using logcat Android Studio.

1 Like

Thanks @jmartland22. That works!

logcat is better :+1:

2 Likes