mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Only log the tag and the message from Android, so logs look like “ANDROID: I/sky : Hello from Sky!”.
This commit is contained in:
parent
ab33604b84
commit
c5735d3e01
@ -519,6 +519,8 @@ class AndroidDevice(object):
|
||||
cmd = [
|
||||
self.adb_path,
|
||||
'logcat',
|
||||
'-v',
|
||||
'tag', # Only log the tag and the message
|
||||
'-s',
|
||||
'sky',
|
||||
'chromium',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user