AdbLib icon indicating copy to clipboard operation
AdbLib copied to clipboard

OutOfMemoryError

Open mirfatif opened this issue 4 years ago • 0 comments

I've seen this on two devices at least, occurs at AdbProtocol.java#L292:

java.lang.OutOfMemoryError: Failed to allocate a 1598575456 byte allocation with 7544583 free bytes and 248MB until OOM, target footprint 15089167, growth limit 268435456
	at com.cgutman.adblib.AdbProtocol$AdbMessage.parseAdbMessage (AdbProtocol.java:276)

https://github.com/tananaev/adblib/issues/18

mirfatif avatar Nov 26 '21 21:11 mirfatif