You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/09/18 02:47:20 UTC

cordova-medic git commit: CB-8936 Gather 15 minutes of logs on Windows

Repository: cordova-medic
Updated Branches:
  refs/heads/master c8f6bb283 -> 6b783fbd3


CB-8936 Gather 15 minutes of logs on Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/6b783fbd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/6b783fbd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/6b783fbd

Branch: refs/heads/master
Commit: 6b783fbd34420c90d100dc548acb9a7fac928bdd
Parents: c8f6bb2
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Sep 15 16:36:46 2015 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Sep 15 16:36:46 2015 +0300

----------------------------------------------------------------------
 medic/medic-log.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/6b783fbd/medic/medic-log.js
----------------------------------------------------------------------
diff --git a/medic/medic-log.js b/medic/medic-log.js
index 60ceef9..327d823 100644
--- a/medic/medic-log.js
+++ b/medic/medic-log.js
@@ -66,7 +66,7 @@ function logIOS() {
 function logWindows() {
     var logScriptPath = path.join("mobilespec", "platforms", "windows", "cordova", "log.bat");
     if (fs.existsSync(logScriptPath)) {
-        shelljs.exec(logScriptPath + " --dump", function (code, output) {
+        shelljs.exec(logScriptPath + " --dump --mins 15", function (code, output) {
             if (code > 0) {
                 util.fatal("Failed to run log command.");
             }


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