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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
24 matches
Mail list logo