javascript - Ionic 2 app crash -


i selecting images through cordova image picker plugin , converting them base64 string. after that, clear temp images on android generated plugin. works fine; temporary images removed after application crashes(not crashes natively, go background , reintialize when resumed again) sometimes. when there no processing or function call after that. there way trace why happening because no line of code there execute after cleaning temp files.

according documentation in https://github.com/telerik-verified-plugins/imagepicker

if base64 strings being returned, there nothing clean up.

may don't have clean @ all.


Comments