[ https://issues.apache.org/jira/browse/CB-8936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14682502#comment-14682502 ]
ASF GitHub Bot commented on CB-8936: ------------------------------------ Github user alsorokin commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130074754 @dblotsky yes, it works similar to adnroid's logcat. You run log script and get continuously updating logs in your command propmpt. So, the step-by-step guide to getting logs would look like: Prepare sample app: `cordova create foo` `cd foo` `cordova platform add https://github.com/MSOpenTech/cordova-windows#CB-8936` Run following in separate command prompt: `platforms\windows\cordova\log.bat` it will say `Now printing logs. To stop, please press Ctrl+C once..` Then just run the app: `cordova run` > Surface platform-specific logs in buildbot > ------------------------------------------ > > Key: CB-8936 > URL: https://issues.apache.org/jira/browse/CB-8936 > Project: Apache Cordova > Issue Type: Task > Components: Medic > Reporter: Alexander Sorokin > Assignee: Alexander Sorokin > > Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for > iOS etc.) should be gathered and displayed in buildbot. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org