stochmalm edited a comment 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 cordova-android back to 8.1.0 and now logging works properly. > But it may be in a different format and definitely under a different log tag. Console logs weren't under different tag - I was using logcat without grepping. ---------------------------------------------------------------- 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]
