I’m trying to debug random app crashes in production. Is there a cordova plugin or event to listen for that’s related to app exit or crashing?
The closest I’ve come is running the build in xcode and watching cpu data, but I really would love a way to get log info from devices out in the wild when something goes wrong with them. thanks!