Commit 02921800 authored by Devon Carew's avatar Devon Carew

also listen for flutter in the adb logs

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