breautek commented on issue #857: URL: https://github.com/apache/cordova-plugin-camera/issues/857#issuecomment-1746779184
Are you able to provide a back trace or a stack trace? If this information isn't available, then the best way to move this forward is to provide a [bare reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) using nothing but the cordova camera plugin and anything else required to reproduce the crash. It should not contain any frameworks which helps isolate the issue down to just Apache Cordova code. Also are you sure that your app simply isn't closing because it's in the background? OS reserves the right to close background apps for variety of reasons, a common one is to provide more resources to the foreground app. In this case, then the app is terminated (not crashed) and will be restarted when the user returns to the app. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
