Repository: cordova-medic Updated Branches: refs/heads/master a29e0d0e5 -> 3d21d7177
Ensure Android adb logs have timestamp This closes #90 Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/3d21d717 Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/3d21d717 Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/3d21d717 Branch: refs/heads/master Commit: 3d21d71770baef72083cbf02ae3dcb94ad1e24f5 Parents: a29e0d0 Author: Nikhil Khandelwal <[email protected]> Authored: Tue Apr 12 22:45:51 2016 -0700 Committer: Nikhil Khandelwal <[email protected]> Committed: Mon Apr 18 10:45:26 2016 -0700 ---------------------------------------------------------------------- medic/medic-log.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/3d21d717/medic/medic-log.js ---------------------------------------------------------------------- diff --git a/medic/medic-log.js b/medic/medic-log.js index 660e87c..82b19aa 100644 --- a/medic/medic-log.js +++ b/medic/medic-log.js @@ -35,8 +35,8 @@ var DEFAULT_APP_PATH = "mobilespec"; // helpers function logAndroid() { - - var logCommand = "adb logcat -d"; + + var logCommand = "adb logcat -d -v time"; // bail out if there is more/less than one device var numDevices = util.countAndroidDevices(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
