Make install.py print device name for each message in -a -p mode.
authorJarkko Pöyry <jpoyry@google.com>
Thu, 12 Mar 2015 22:20:47 +0000 (15:20 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 17 Mar 2015 03:06:38 +0000 (20:06 -0700)
commitd1ae94f048b946fab81c468b0833976bf30bbca8
treef5e3902109bf632b69696f92f88d19bf97ace096
parent15dddf9d56438ec5fbd3b8c94b8d68bad7ae5eef
Make install.py print device name for each message in -a -p mode.

- Add device prefix for each adb subprocess message. This makes
  it possible to know which device failed the install.

Change-Id: I4a116e17df1073913abfb6dd9fee1c9ef1e62ed9
android/scripts/common.py
android/scripts/install.py