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"
Plug your phone (if it is the case) on your computer and type on terminal:
$ flutter logs
You should be able to choose the device you want to see logs.
To check all available devices run flutter devices
Then run the below command to run the app in release mode with the logs
flutter run -d [deviceID] --release
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With