Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle Android OOM errors #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

capc0
Copy link

@capc0 capc0 commented Feb 21, 2022

Handle out of memory issues on android.

It is currently not catched, because OOM is an error and not a exception (https://stackoverflow.com/a/14812629/7851053)

closes #25

(this atleast prevents app crashes and people can show a error dialog within their cordova app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large files failing when trying to return JSONObject
1 participant