Only log the tag and the message from Android, so logs look like “ANDROID: I/sky : Hello from Sky!”.

This commit is contained in:
Ian Fischer 2015-09-09 14:22:48 -07:00
parent ab33604b84
commit c5735d3e01

View File

@ -519,6 +519,8 @@ class AndroidDevice(object):
cmd = [
self.adb_path,
'logcat',
'-v',
'tag', # Only log the tag and the message
'-s',
'sky',
'chromium',