Angular 16.2, Ionic 7.5, Capacitor 5.5
Logging to console (console.log , console…debug,… ) works as expected when testing app in browser but no console-logging show up in logcat in Android Studio and neither in dev tools in chrome . Logcat in Android studio show logging from Capacitor, Capacitor(AppPlugin, EGL-EMulation… ) but none of my logging.
loggingBehavior: Is set to debug in capacitor-config.ts
to build and run:
npx capacitor run android --consolelogs --serverlogs