FredGr opened a new issue #372: cordova-file-plugin crashing URL: https://github.com/apache/cordova-plugin-file/issues/372 I am trying to use the Cordova-Plugin-File to save a persistant file on the internal storage of an Adroid tablet. The application crashes with the following messages : I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - File system open: persistent", source: file:///android_asset/www/js/aexsensor-util.js (57) I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - FileEntry is file?true", source: file:///android_asset/www/js/aexsensor-util.js (57) I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - fileWriter Created:", source: file:///android_asset/www/js/aexsensor-util.js (57) F/chromium(32554): [FATAL:jni_android.cc(249)] Please include Java exception stack in crash report E/chromium( 326): [0118/223044.477978:ERROR:memory_map.cc(159)] format error E/chromium( 343): [0118/223045.804149:ERROR:memory_map.cc(159)] format error 10:36 I tried both window.requestFileSystem(window.PERSISTENT, 0, function (fs) and window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fs) But none of the works. The craches happen in the cordova.js file at 10:37 `var callbackId = service + cordova.callbackId++ argsJson = JSON.stringify(args); if (success || fail) { cordova.callbacks[callbackId] = {success:success, fail:fail}; }` Any idea how to solve this ?
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
