I’m not seeing my console.log statements in the Android emulator, I’m pretty sure I was seeing them previously?
I have compiled and released a production version of the app since I was last debugging, is there something I need to do to see the console.log output again??
Hello Mr. IonicGeoff,
Please open your emulator and type on terminal:
ionic cordova run android --livereload --consolelogs --serverlogs
also please check visual code Cordova Tools plugin. It shows all errors or console logs while you debug with it.
Cordova Tools: https://marketplace.visualstudio.com/items?itemName=msjsdiag.cordova-tools
Please write in more details if my post didn’t help you.
Dear again,
I took screenshot of Android studio for you. It works fine with mine. Please check “Debug” and “Logcat” at the bottom tabs of the Android Studio. Also, please compaire mine and your settings. You may hide console logs by clicking related button.