stochmalm commented on pull request #950:
URL: https://github.com/apache/cordova-android/pull/950#issuecomment-701252752


   > Using logcat is mainly used for native debugging. Debugging cordova apps 
you should use the web inspector tools provided by Chrome (for android), or 
Safari for ios apps. It provides much more robust console API than logcat, + 
you get your JS breakpoints and other debugging tools. See [Remote Debugging 
webviews](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews)
 for more information how to do this for the Chrome webview.
   
   I had an error only on release build for android in which remote debugging 
is not available ;). Finally I reverted crodova-android back to 8.1.0 and now 
logging works properly.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to