Browse Source

Merge pull request #2376 from vcmi/android-stacktraces

Use full debug information in release build on Android
Ivan Savenko 2 năm trước cách đây
mục cha
commit
05e11eedfc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      android/vcmi-app/build.gradle

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

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