mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2025-04-21 12:26:21 +08:00

getRotatedBitmap() can run out of memory if the image is very large: http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-190.html If this happens, simply do not rotate the image and return it unmodified. If you do not catch the OutOfMemoryError, the Android app crashes.