Enable "FULL" debug info for Android build (#14684)

This commit is contained in:
grorp 2024-05-23 20:36:01 +02:00 committed by GitHub
parent 1298374818
commit bc60693a5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,7 +36,7 @@ android {
buildTypes {
release {
ndk {
debugSymbolLevel 'SYMBOL_TABLE'
debugSymbolLevel 'FULL'
}
}
}