Treat adb device info parse failures as warnings
authorPyry Haulos <phaulos@google.com>
Mon, 10 Nov 2014 18:17:16 +0000 (10:17 -0800)
committerPyry Haulos <phaulos@google.com>
Mon, 10 Nov 2014 18:17:16 +0000 (10:17 -0800)
commita78b661ed0327eedf8b13a6debc0b98d0e37b0e5
tree86548fd3a2c0c8ed9c70006263a3898946d2e3bf
parentebffaaec0c50fe5b76cb7234c9a7557db3789e11
Treat adb device info parse failures as warnings

Currently when for example unauthorized adb device is connected
install.py stops working altogether, as parsing failures of such lines
causes fatal error. This change turns those failures into warnings
making install.py more robust.

Change-Id: I1b68f97d5bb8e28b04bdb7b58a8c03e2db7a9161
android/scripts/common.py