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):
cmd = [
self.adb_path,
'logcat',
'-v',
'tag', # Only log the tag and the message
'-s',
'sky',
'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