I am experimenting with the Logcat package in 2019 but I haven’t been able to do too much with it.
How do I get Debug messages to be displayed?
I am experimenting with the Logcat package in 2019 but I haven’t been able to do too much with it.
How do I get Debug messages to be displayed?
Can you do Open terminal, and do adb logcat manually, and see if it works.
Alternatively, in Android logcat window, in top right corner, click on context menu, there’s Internal Log item, see if there’s any errors
Yes I use this command regularly to get Debug info/
adb.exe logcat -s Unity PackageManager dalvikvm DEBUG
I do not see an option for “Internal Log”
Link to screenshot https://drive.google.com/open?id=1SF5uwvUagHPLhxivltVhryY1iJTT6Irk

Oh wait, by default Unity filters by tags “Unity” and “CRASH”, simply add additional tags, if you need them.
I will look into it when I return to work tomorrow. . . I presume I need to add “DEBUG” into something to make such tags, could we add that to the defaults =)
Ok I get it now
Select the package name
filter by Unity