From 9d51b2d40eb467267a75e3327bf6f04a14e647b0 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 21 May 2022 23:13:52 +0800 Subject: [PATCH] Build debug symbols in release build --- app/android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 47d9ae05..8614ea84 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -49,6 +49,7 @@ android { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. // signingConfig signingConfigs.debug + ndk.debugSymbolLevel "symbol_table" } }