-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Joplin crashed on Android #8047
Comments
|
Not sure where exactly so you'll need to trace the code. Ideally we'd move away from that rnblob library but not sure if there's a good alternative |
|
Current situation: In the implementation of S3 file synchronization, We use RNFS to read file into JavaScript at once, which causing Java OOM. Possible solutions:
|
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
|
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, feel free to create a new issue with up-to-date information. |
Environment
Joplin version: 2.11.2
Platform: Android
OS specifics: Android 13
Steps to reproduce
Logfile
OutOfMemory On
Base64.encodeToStringDoes anyone know where will invoke
readFileon JS side? @laurent22I'm interested in fixing this
The text was updated successfully, but these errors were encountered: