How to read Debug.Log when using Android?

I just tried my app on Android and it suddenly doesn’t work well (on Windows it works fine).
Is there a way to see unity console’s errors and debug.log messages- when I run the device on Android?(I use development mode and script Debugging).

I connected adb to the device, and can also use logcat and filter to “unity”, but it still shows a crazy log.

All I want to see is a clean log that shows errors and my Debug.Log messages which I usually can see easy and clear on the Unity Console on Unity on Windows.

If you have android studio you can use it’s logcat. Or in cmd you can run this command

adb logcat -s Unity PackageManager dalvikvm DEBUG

I have a solution in my new video :slight_smile:

This command works for me to see Debug.Log messages for the Oculus Quest:

adb logcat | findstr -i unity