diff --git a/lib/util/devutil.js b/lib/util/devutil.js index 524113a3..98ed7a82 100644 --- a/lib/util/devutil.js +++ b/lib/util/devutil.js @@ -42,7 +42,7 @@ devutil.listPidsByComm = function(adb, serial, comm, bin) { return adb.shell(serial, ['ps', comm]) .then(function(out) { return new Promise(function(resolve) { - var header = false + var header = true var pids = [] out.pipe(split()) .on('data', function(chunk) {