Skip to content

Commit

Permalink
debugSymbolLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jul 27, 2022
1 parent f60fe75 commit 25e9ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions motamot/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
// signingConfig signingConfigs.debug

ndk {
debugSymbolLevel = 'SYMBOL_TABLE' // or FULL
}
}
}
}
Expand Down

0 comments on commit 25e9ea7

Please sign in to comment.