You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/07/29 14:11:30 UTC

[GitHub] [cordova-plugin-camera] tronious edited a comment on issue #665: App crashes randomly after taking a picture with the camera

tronious edited a comment on issue #665:
URL: https://github.com/apache/cordova-plugin-camera/issues/665#issuecomment-889177075


   If you look at my post two or three up it details exactly what the problem is.  It's a crash in the plugin.  The app doesn't crash...but it never received the success or error callback so it just lingers.
   
   It is an activity life cycle event in the plugin.  onSaveInstanceState isn't saving imageFileName properly and it never reloads it.
   
   And yes the Android OS is killing the app.  That's causing imageFileName to be billed out because it's not being save properly and reloaded.
   
   Because of this ExifHelper.js throws an exception
   
   Look at my post a few up.  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org