Using Chrome's new device inspector?

I’m having trouble using Chrome’s new method of debugging external devices:

chrome://inspect/#devices

Previously I would go to Dev Tools -> More Tools -> Remote Devices and could connect to my phone and see console messages. But when I go to the above URL, I see a reference to my phone (SM-G965U) but I can’t figure out how to actually get any info from it.

I don’t imagine anyone has any tips?

And while I’m on the subject, in Windows 7 I only inconsistently see the console.log messages. I run my app like this:

ionic cordova run android --consolelogs --livereload --ssl --address=0.0.0.0

Usually I use the MINGW64 console, and it sometimes shows me the console messages. Sometimes I use the terminal in VSCode, which also sometimes shows me the console messages.

So I’m a little confused.

Is there some other command I should be running?

Click the inspect link below your phone name? See Remote Debugging WebViews