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

View File

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