Currently working with Ionic and in need of exporting a release APK to be able to monitor the console for any potential issues.
I am aware that using 'ionic cordova run --device' allows me to view the console, but it only shows a debug APK. Is there a way to monitor the console when exporting a release APK?
If anyone has insight on how to achieve this, I would greatly appreciate your guidance.