I am developing a Phonegap application, so I think there is a good way to send an application crash report (mainly console.logs javascript) to the server, or do I need to do this manually and write it to a text file and send?
You can use the error tracking service, which tracks JavaScript errors to get error information. Bugsnag is a good choice. Bugsnag JS notifier should work well with Cordova / Phonegap.
Another service that fixes JavaScript errors is Atatus . It also works with Cordova / PhoneGap.
https://www.atatus.com/You can check the documents at https://www.atatus.com/docs
https://www.atatus.com/
You can check the documents at https://www.atatus.com/docs
use adb logcat | grep CONSOLE adb logcat | grep CONSOLE to see each console () output from JS
adb logcat | grep CONSOLE
Source: https://habr.com/ru/post/953735/More articles:how to link html in angular v1.2 - javascriptWebsite crash. Transition to comet and retransmission - javaAn object that stores a link that is not related to the owner, which must be informed before the link is destroyed - c ++Enabling pretty permalinks for Wordpress - setting apache not working - phpC ++ 11 - Use nullptr all the time? - pointersDisable animation resizing on Android - androidFree null pointer anyway or check first? - cpaypal sandbox cannot process request - paymentMovie Planning _Problem_ - algorithmVisual Studio 2012 does not apply the changes unless I first clean up / rebuild the solution - c #All Articles