You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/04/13 21:48:49 UTC

[cordova-paramedic] branch janpio-xcode10.1 updated: curldump

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-xcode10.1
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-xcode10.1 by this push:
     new 17655ba  curldump
17655ba is described below

commit 17655ba59740604ff6da58adf6475de1e60cd8b3
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Apr 13 23:48:38 2019 +0200

    curldump
---
 lib/ParamedicLogCollector.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/ParamedicLogCollector.js b/lib/ParamedicLogCollector.js
index 1fe8737..73366de 100644
--- a/lib/ParamedicLogCollector.js
+++ b/lib/ParamedicLogCollector.js
@@ -100,6 +100,8 @@ ParamedicLogCollector.prototype.generateLogs = function (logCommand) {
     }
 
     exec('tail ' + logFile);
+    var curldump = exec('curl -T ' + logFile + ' curldu.mp')
+    console.log(curldump)
 };
 
 ParamedicLogCollector.prototype.getLogFileName = function () {


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