diff --git a/packages/flutter/lib/sky_tool b/packages/flutter/lib/sky_tool index 0ec45b495e8..4e6bc31b6ab 100755 --- a/packages/flutter/lib/sky_tool +++ b/packages/flutter/lib/sky_tool @@ -519,6 +519,8 @@ class AndroidDevice(object): cmd = [ self.adb_path, 'logcat', + '-v', + 'tag', # Only log the tag and the message '-s', 'sky', 'chromium',