Currently, I am in the process of troubleshooting a javascript error that is occurring within a Cordova app's InAppBrowser on an Android device. Despite being able to connect to the web-view on the phone using Chrome's remote debugging tools, the console output is strangely empty, which is not expected as there are supposed to be miscellaneous messages and warnings appearing regardless of the error being triggered or not.
After exhausting all my options to retrieve the console and error messages, I am at a dead end. Is there a possibility of instructing the webview/javascript to send all error messages to a remote location? (Of course, I would never deploy an application with such a setup.)