I know based on documentation that
Debugging information is stripped out. Debugging is disabled.
But can we somehow force to print logs, or maybe debug in release mode? "production app" I'm using Android Studio.
For example while developing android app in AS we are able to print logs
android:debuggable="true"
flutter logs Showing ELE L29 logs:
– Ailin