also listen for flutter in the adb logs

This commit is contained in:
Devon Carew 2015-11-11 21:12:14 -08:00
parent 8a256abdde
commit 0292180075

View File

@ -818,7 +818,9 @@ class AndroidDevice extends Device {
'-v',
'tag', // Only log the tag and the message
'-s',
// TODO: Remove 'sky' once the flutter engine change lands.
'sky:V',
'flutter:V',
'chromium:D',
'ActivityManager:W',
'*:F',