flutter: android: Add debugSymbolLevel 'FULL' to defaultConfig
Now aab can include debug-symbols!
This commit is contained in:
parent
0613cb740e
commit
665ffdd0d2
|
@ -54,6 +54,7 @@ android {
|
|||
versionName flutterVersionName
|
||||
ndk{
|
||||
ldLibs "log"
|
||||
debugSymbolLevel 'FULL'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue