mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Merge pull request #2376 from vcmi/android-stacktraces
Use full debug information in release build on Android
This commit is contained in:
@@ -42,7 +42,7 @@ android {
|
|||||||
applicationLabel: '@string/app_name',
|
applicationLabel: '@string/app_name',
|
||||||
]
|
]
|
||||||
ndk {
|
ndk {
|
||||||
debugSymbolLevel 'symbol_table'
|
debugSymbolLevel 'full'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
daily {
|
daily {
|
||||||
|
Reference in New Issue
Block a user