breautek commented on issue #710: URL: https://github.com/apache/cordova-plugin-camera/issues/710#issuecomment-780177924
As the stack trace indicates, this is not a problem with the camera plugin, but a problem with the Camera app itself. ``` 02-15 18:02:36.390 13006 13257 E AndroidRuntime: Process: com.google.android.GoogleCamera, PID: 13006 ... 02-15 18:02:36.390 13006 13257 E AndroidRuntime: at com.google.android.libraries.camera.exif.ExifInterface.h(PG:3) ``` There isn't anything Cordova can do about this unfortunately. I'd advise searching and reporting bugs on Google Apps on their [issue tracker](https://issuetracker.google.com/issues?q=componentid:190923%2B%20GoogleCamera%20out%20of%20Memory). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
