rockingmaster / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI File Manager: OutOfMemoryError in BitmapFactory.nativeDecodeStream() #348

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Crash:
java.lang.OutOfMemoryError
BitmapFactory.nativeDecodeStream()

Platforms:
All

User messages:
* my pictures will not come up to look at them
* scrolling through photo directory
* crashed on a directory full of more than 100 gif files

Stack traces:

--------------------------------------------------------------------------------
v1.1.4, v1.1.5, v1.1.6

java.lang.OutOfMemoryError: bitmap size exceeds VM budget
 at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
 at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:459)
 at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:271)
 at org.openintents.filemanager.ThumbnailLoader.run(ThumbnailLoader.java:101)

--------------------------------------------------------------------------------
v1.1.4, v1.1.6

java.lang.OutOfMemoryError: bitmap size exceeds VM budget
 at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
 at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:470)
 at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:284)
 at org.openintents.filemanager.ThumbnailLoader.run(ThumbnailLoader.java:101)

Original issue reported on code.google.com by peli0...@googlemail.com on 8 Jun 2011 at 5:34

GoogleCodeExporter commented 8 years ago

Original comment by peli0...@googlemail.com on 11 Dec 2011 at 9:45