organicmaps/android
Roman Tsisyk 6a1321fddc [android] Enable Address Sanitizer (ASAN) for debug and beta
GWP-ASan is a native memory allocator feature that helps find use-after-free
and heap-buffer-overflow bugs. Its informal name is a recursive acronym,
"GWP-ASan Will Provide Allocation SANity". Unlike HWASan or Malloc Debug,
GWP-ASan does not require source or recompilation (that is, works with
prebuilts), and works on both 32- and 64-bit processes (although 32-bit
crashes have less debugging information).

Closes #6633

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-27 21:02:36 +02:00
..
app [android] Enable Address Sanitizer (ASAN) for debug and beta 2023-11-27 21:02:36 +02:00
gradle/wrapper [android] Update gradle wrapper to gradle 8.3 2023-09-01 08:56:52 +02:00
script [android] Symlink outdoors map style files into assets 2023-11-02 09:50:46 -03:00
.gitignore [android] Use module project structure 2023-09-03 10:05:14 +03:00
build.gradle [android] Upgrade agp to 8.1.4 2023-11-25 15:50:29 +02:00
code_style_scheme.xml [android] Fixed c++ style in android studio code style scheme 2020-04-23 20:01:12 +03:00
gradle.properties [android] Remove buildToolsVersion 2023-11-14 07:56:10 +02:00
gradlew [android] Update gradle wrapper to gradle 8.3 2023-09-01 08:56:52 +02:00
gradlew.bat [android] Upgrade to gradle 7.6 2023-02-19 11:18:53 +02:00
HOW_TO_USE_GRADLE.txt [docs] Updated assemble gradle commands for Android 2023-09-30 19:39:43 +02:00
settings.gradle [android] Use module project structure 2023-09-03 10:05:14 +03:00