Link adb logcat to parent stdout/stderr

This commit is contained in:
Justin SB
2014-10-03 15:36:40 -07:00
parent 6307ace605
commit 491925478c

View File

@@ -2216,7 +2216,7 @@ main.registerCommand({
if (args.length) {
var arg = args[0];
if (arg == "adb") {
Android.runAdb(args.slice(1), { pipeOutput: true, detached: true });
Android.runAdb(args.slice(1), { pipeOutput: true, detached: true, stdio: ['inherit', 'inherit', 'inherit']});
}
}