mdsami / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

OutOfMemoryError #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Install Aquery 0.14.22 on a 4G HTC Phone Thunderbolt / Revolution
2. Set a image view to use Aquery and download from the network

What is the expected output? What do you see instead?

The Image should be downloaded but instead we get 
org.apache.http.impl.io.AbstractSessionInputBuffer.init(AbstractSessionInputBuff
er.java:79).

What version of the product are you using? On what operating system?

Android Query 0.14.22 on Android 2.2 crashes on these phones.  Please not the 
Android Query 0.11.4 build is phone and does not have this same crash and that 
is what we reverted to.

Please provide any additional information below.

More information about this can be found in the following Stackover flow link 
http://stackoverflow.com/questions/5358014/android-httpclient-oom-on-4g-lte-htc-
thunderbolt.

I think this issue must be in the related to the updated http lib as the 0.11.4 
doesn't crash on these phones.

Dean

Original issue reported on code.google.com by d...@pose.com on 17 Oct 2011 at 11:45

GoogleCodeExporter commented 8 years ago
Seems only happens to that particular phone. Will look at the solution and 
include it next release.

Thanks for reporting.

Original comment by tinyeeliu@gmail.com on 21 Oct 2011 at 7:09

GoogleCodeExporter commented 8 years ago
Added the buffer size param to http.

Original comment by tinyeeliu@gmail.com on 29 Oct 2011 at 4:24