[
https://issues.apache.org/jira/browse/CB-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser updated CB-415:
--------------------------
Fix Version/s: 1.8.0
There is a weird memory issue here when we get the image. The weird thing is
that we're recycling the image once we're done processing it. We should
optimize the code, but since this is confined to only the Transformer Prime,
I'm going to assume that it's both an issue with our code and an issue with
their implementation of the Android API.
> Taking multiple pictures with the camera causes the app to crash
> ----------------------------------------------------------------
>
> Key: CB-415
> URL: https://issues.apache.org/jira/browse/CB-415
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 1.5.0
> Reporter: Simon MacDonald
> Assignee: Joe Bowser
> Fix For: 1.8.0
>
>
> kzusy [email protected]
> Hey,
> I've been working on an app that uses the camera. After taking
> several pictures, 1 at a time (several calls to
> navigator.camera.getPicture(), the app crashes with a dalvikvm error
> "Out of memory on a 31961104-byte allocation". This happens with
> android, but not iOS. I have been testing with an iPad2 and an Asus
> Transformer Prime TF201 running Android 4.0.3.
> getPicture is called with the following options:
> {
> quality : 50,
> targetWidth : 100,
> targetHeight : 100,
> destinationType : Camera.DestinationType.FILE_URI,
> sourceType : Camera.PictureSourceType.CAMERA,
> allowEdit : false
> }
> I've tried lowering the quality to 5, but the app still crashes. This
> also only happens with either getPicture or captureImage. It doesn't
> happen with captureVideo or captureAudio.
> Any idea why this might be happening/how to fix it?
> Crash log: https://gist.github.com/2238512
> Thanks,
> kzusy
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira