flutter: android: Add debugSymbolLevel 'FULL' to defaultConfig

Now aab can include debug-symbols!
This commit is contained in:
Calcitem 2021-03-21 03:29:40 +08:00
parent 0613cb740e
commit 665ffdd0d2
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ android {
versionName flutterVersionName
ndk{
ldLibs "log"
debugSymbolLevel 'FULL'
}
}