Commit c5735d3e authored by Ian Fischer's avatar Ian Fischer

Only log the tag and the message from Android, so logs look like “ANDROID:...

Only log the tag and the message from Android, so logs look like “ANDROID: I/sky     : Hello from Sky!”.
parent ab33604b
...@@ -519,6 +519,8 @@ class AndroidDevice(object): ...@@ -519,6 +519,8 @@ class AndroidDevice(object):
cmd = [ cmd = [
self.adb_path, self.adb_path,
'logcat', 'logcat',
'-v',
'tag', # Only log the tag and the message
'-s', '-s',
'sky', 'sky',
'chromium', 'chromium',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment