Android emulator does not show variables in console.log

When I run my capacitor/vuejs app in the android emulator I see the string text of the console.log, but not the variables.
For example console.log(“TestingUI is now”, state.TestingUI); shows just "“TestingUI is now”. TestingUI is a boolean and it is set to true or false. I know that it is set, because my code reacts to the variable. It runs fine as a PWA in Chrome.

I figure this has to work for most people and I just need to configure something differently. How can I fix this?

Issue has disappeared. I don’t know why it occurred or what cleared it. Sorry.