From bc60693a5d55bcf25bedda8d33d6e4e5c0e0d111 Mon Sep 17 00:00:00 2001 From: grorp Date: Thu, 23 May 2024 20:36:01 +0200 Subject: [PATCH] Enable "FULL" debug info for Android build (#14684) --- android/native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/native/build.gradle b/android/native/build.gradle index 705d14f82..96a7739c0 100644 --- a/android/native/build.gradle +++ b/android/native/build.gradle @@ -36,7 +36,7 @@ android { buildTypes { release { ndk { - debugSymbolLevel 'SYMBOL_TABLE' + debugSymbolLevel 'FULL' } } }