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 {
'-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',
......
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