Commit c8278303 authored by Ian Fischer's avatar Ian Fischer

Merge pull request #1106 from iansf/sky_tool_log_tag

Only log the tag and the message from Android, so logs look like “ANDROID: I/sky     : Hello from Sky!”.
parents b4ea078f c5735d3e
...@@ -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