You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/12 00:46:23 UTC

[GitHub] [cordova-android] breautek commented on issue #914: Cleaner Logging for Android Studio

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org