You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to resize large image of size around 5MB, there is an out of memory exception on some lower end phones with low memory. Out of memory exception in this case is expected but it should be gracefully handled instead of crashing the application.
Shouldn't it try to catch all such out of memory exceptions and throw resize error exception to caller? Since it is crashing my app, I am not able to use it in our production app. Please see if you can consider this.