print or debug.log statements from android to profiler or visual studio

I can’t seem to find print or Debug.Log statements from my android device.
I set development build, script debugging.

the profiler connects to the app on phone.
Visual studio connects to it debug>attach to unity debugger > [choose android phone]

but I can’t seem to find any print or log statements im trying to write to myself

First time trying this, oddly I didnt see much result googling for this outside of using adb directly.

thanks

1 Like

In the normal unity output console >Editor> select phone.
now i see the logs, even on wifi w no usb.

So I’m all set.

If anyone knows why I couldn’t find the, in visual studio or profiler the info will still help

thanks!

2 Likes

Hi,
I think you might’ve hit this bug. It’s been fixed in the latest versions of 18.4 and 19.3 recently. The Profiler doesn’t show debug logs though, asside from their performance cost.