mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
getBitmap had been doing FXL_CHECK assertions to check memory allocation failures and other errors. getBitmap will now return null to the caller instead. (The VM may throw OutOfMemoryError or other exceptions if JNI APIs fail) Fixes https://github.com/flutter/flutter/issues/16750