[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130131376 Another option is to make it dump the log and exit unless a special flag is provided. --- If your project is set up for it, you can reply to this email and ha

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130130901 I merged this change in, but we still need a task to get Medic to run it and kill it in a reasonable amount of time. --- If your project is set up for it, you

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130127033 How do you plan to use this in our CI setup? I see a couple of issues - it requires Ctrl+c to exit, admin permissions. Should there be another mode of operatio

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36817771 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,227 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36817410 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,227 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36817293 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,227 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36817197 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,227 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36817029 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,227 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36816504 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130120783 I ran this and I got this: ``` λ platforms\windows\cordova\log Cannot enable log channel: Microsoft-Windows-AppHost/Admin Try running the script

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread alsorokin
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-st

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-130007325 I tried running with Administrator privileges and without them, but I think something was wrong with how I ran the app. Does the log run until stopped by desig

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-11 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-129778483 @dblotsky do you run it with administrator privileges? Here you go with the sample output from mobilespec app: https://gist.github.com/alsorokin/00

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-10 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-129679597 I was able to run the log script, but I haven't yet been able to get it to print some logs. Do you have any sample output? --- If your project is set up for i

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-06 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36398856 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-05 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36328641 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-05 Thread alsorokin
Github user alsorokin commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36327824 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-05 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36318952 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-05 Thread robpaveza
Github user robpaveza commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/107#discussion_r36318858 --- Diff: template/cordova/lib/log.js --- @@ -0,0 +1,226 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-04 Thread alsorokin
Github user alsorokin commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-127672899 @nikhilkh thanks for instant reply! Fixed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-127668967 @alsorokin Looks like there are jshint failures --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-windows/pull/107#issuecomment-127668674 @robpaveza @purplecabbage Please review and see if it can be merged for the current release. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-windows pull request: CB-8936 Added logging functionality

2015-08-04 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-windows/pull/107 CB-8936 Added logging functionality https://issues.apache.org/jira/browse/CB-8936 You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOp