rhomobile / rhodes

The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices.
http://tau-platform.com/
MIT License
1.05k stars 237 forks source link

android: disable fdsan to prevent crashes. #1091

Open nhinze opened 2 years ago

nhinze commented 2 years ago

fdsan behavior changed from a warning to abort in with Android SDK 30+. This reverts the behavior to "warning" to reduce the number of crashes. This is a workaround solution to restore stability until a proper solution can be found.

https://forums.tau-platform.com/thread/318/fdsan-crashes-android-30

https://android.googlesource.com/platform/bionic/+/master/docs/fdsan.md