Ver código fonte

Use full debug information in release build on Android

Ivan Savenko 2 anos atrás
pai
commit
d5e49a02c1
1 arquivos alterados com 1 adições e 1 exclusões
  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 {