breautek commented on issue #914: Cleaner Logging for Android Studio URL: https://github.com/apache/cordova-android/issues/914#issuecomment-612544690 I've reproduced this with a simple cordova app running `console.log("test");` in the web inspector, which produces the output: ``` 2020-04-11 21:44:15.521 5920-5920/io.cordova.hellocordova D/SystemWebChromeClient: : Line 1 : test 2020-04-11 21:44:15.522 5920-5920/io.cordova.hellocordova I/chromium: [INFO:CONSOLE(1)] "test", source: (1) ``` In the logcat. I agree, we can probably remove the logcat print from `SystemWebChromeClient`.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
