Cordova, Phonegap Crash Reports -


i'm experiencing random crashes cordova , having problems replicating it, know if it's possible log crash reports external server?

thanks much.

try splunk mint ( bugsense) => https://mint.splunk.com/

all uncontrolled crashes can viewed in mint console.

example (put mint libraries in path). there available in ios , possible trace html5 events.

package edu.esade.yourapp;  import android.os.bundle; import org.apache.cordova.*;  public class yourapp extends cordovaactivity  {     @override     public void oncreate(bundle savedinstancestate)     {         super.oncreate(savedinstancestate);         mint.initandstartsession(this, mint_api_key);         super.init();         // set <content src="index.html" /> in config.xml         super.loadurl(config.getstarturl());         //super.loadurl("file:///android_asset/www/index.html");     }  } 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -