How to enable/read logging?

On Windows with “logging verbosity” enabled I can read logs in real time in a separate console window but what about Android?

Android really sucks for logs. You’ll need an external logcat program to read them but thankfully there are a number of free options on the Play store. I’ve had good luck with .logcat (that’s dot-logcat).

The way it works is you open RetroArch, play until it crashes (or whatever behavior you’re trying to debug occurs) and then hop over to your logcat and look for lines that start with [RetroArch].

Thank you! It works.