Skip to content

[bug]crash #61

@H1d3r

Description

@H1d3r

当分组中条目数量较大时刷新分组,由于申请的内存不足以换成所有数据,最终导致fc。

建议使用异步刷新读取和加载已缓存的数据。
或者临时调整申请的内存。

VersionName: 1.1-beta48
VersionCode: 18
SDK Version: 34
ABI: arm64-v8a

Crash Info: 
java.lang.OutOfMemoryError: Failed to allocate a 18136440 byte allocation with 15565051 free bytes and 14MB until OOM, target footprint 268435456, growth limit 268435456
	at java.lang.StringFactory.newStringFromUtf8Bytes(Native Method)
	at java.lang.StringFactory.newStringFromBytes(StringFactory.java:94)
	at java.lang.StringFactory.newStringFromBytes(StringFactory.java:113)
	at B7.h.C(SourceFile:52)
	at B7.h.c0(SourceFile:8)
	at A7.b.a(SourceFile:821)
	at D.A.f(SourceFile:130)
	at p7.n.i(SourceFile:97)
	at p7.k.run(SourceFile:50)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
	at java.lang.Thread.run(Thread.java:1012)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions