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 64 byte allocation with 254416 free bytes and 248KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
at android.text.MeasuredParagraph.obtain(MeasuredParagraph.java:69)
at android.text.MeasuredParagraph.buildForStaticLayout(MeasuredParagraph.java:412)
at android.text.PrecomputedText.createMeasuredParagraphs(PrecomputedText.java:505)
at android.text.StaticLayout.generate(StaticLayout.java:717)
at android.text.DynamicLayout.reflow(DynamicLayout.java:612)
at android.text.DynamicLayout.generate(DynamicLayout.java:479)
at android.text.DynamicLayout.(DynamicLayout.java:399)
at android.text.DynamicLayout.(Unknown Source:0)
at android.text.DynamicLayout$Builder.build(DynamicLayout.java:280)
at android.widget.TextView.makeSingleLayout(TextView.java:9507)
at android.widget.TextView.makeNewLayout(TextView.java:9380)
at android.widget.TextView.checkForRelayout(TextView.java:10065)
at android.widget.TextView.setText(TextView.java:6637)
at android.widget.TextView.setText(TextView.java:6457)
at android.widget.EditText.setText(EditText.java:131)
at android.widget.TextView.setText(TextView.java:6409)
at com.apk.editor.activities.TextEditorActivity$a.c(SourceFile:9)
at androidx.activity.g.run(SourceFile:203)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8296)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered:
App Name: APK Explorer & Editor
Package Name: com.apk.editor
App Version: v0.28
SDK Version: 33
Crash Report
java.lang.OutOfMemoryError: Failed to allocate a 64 byte allocation with 254416 free bytes and 248KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
at android.text.MeasuredParagraph.obtain(MeasuredParagraph.java:69)
at android.text.MeasuredParagraph.buildForStaticLayout(MeasuredParagraph.java:412)
at android.text.PrecomputedText.createMeasuredParagraphs(PrecomputedText.java:505)
at android.text.StaticLayout.generate(StaticLayout.java:717)
at android.text.DynamicLayout.reflow(DynamicLayout.java:612)
at android.text.DynamicLayout.generate(DynamicLayout.java:479)
at android.text.DynamicLayout.(DynamicLayout.java:399)
at android.text.DynamicLayout.(Unknown Source:0)
at android.text.DynamicLayout$Builder.build(DynamicLayout.java:280)
at android.widget.TextView.makeSingleLayout(TextView.java:9507)
at android.widget.TextView.makeNewLayout(TextView.java:9380)
at android.widget.TextView.checkForRelayout(TextView.java:10065)
at android.widget.TextView.setText(TextView.java:6637)
at android.widget.TextView.setText(TextView.java:6457)
at android.widget.EditText.setText(EditText.java:131)
at android.widget.TextView.setText(TextView.java:6409)
at com.apk.editor.activities.TextEditorActivity$a.c(SourceFile:9)
at androidx.activity.g.run(SourceFile:203)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:211)
at android.os.Looper.loop(Looper.java:300)
at android.app.ActivityThread.main(ActivityThread.java:8296)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:559)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: