From c5735d3e014a43080f428b77f925bc08834b9bfb Mon Sep 17 00:00:00 2001 From: Ian Fischer Date: Wed, 9 Sep 2015 14:22:48 -0700 Subject: [PATCH] =?UTF-8?q?Only=20log=20the=20tag=20and=20the=20message=20?= =?UTF-8?q?from=20Android,=20so=20logs=20look=20like=20=E2=80=9CANDROID:?= =?UTF-8?q?=20I/sky=20=20=20=20=20:=20Hello=20from=20Sky!=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/flutter/lib/sky_tool | 2 ++ 1 file changed, 2 insertions(+) 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',