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
java.lang.OutOfMemoryError: Failed to allocate a 13986630 byte allocation with 4194304 free bytes and 11MB until OOM
at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:122)
at top.zibin.luban.Checker.toByteArray(Checker.java:215)
at top.zibin.luban.Checker.isJPG(Checker.java:44)
at top.zibin.luban.Engine.compress(Engine.java:76)
at top.zibin.luban.Luban.compress(Luban.java:186)
at top.zibin.luban.Luban.access$700(Luban.java:21)
at top.zibin.luban.Luban$1.run(Luban.java:135)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered:
java.lang.OutOfMemoryError: Failed to allocate a 13986630 byte allocation with 4194304 free bytes and 11MB until OOM
at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:122)
at top.zibin.luban.Checker.toByteArray(Checker.java:215)
at top.zibin.luban.Checker.isJPG(Checker.java:44)
at top.zibin.luban.Engine.compress(Engine.java:76)
at top.zibin.luban.Luban.compress(Luban.java:186)
at top.zibin.luban.Luban.access$700(Luban.java:21)
at top.zibin.luban.Luban$1.run(Luban.java:135)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered: