2
0
Эх сурвалжийг харах

Merge pull request #2376 from vcmi/android-stacktraces

Use full debug information in release build on Android
Ivan Savenko 2 жил өмнө
parent
commit
05e11eedfc

+ 1 - 1
android/vcmi-app/build.gradle

@@ -42,7 +42,7 @@ android {
 				applicationLabel: '@string/app_name',
 			]
 			ndk {
-				debugSymbolLevel 'symbol_table'
+				debugSymbolLevel 'full'
 			}
 		}
 		daily {