Commit ed215fb8 authored by Devon Carew's avatar Devon Carew

have flutter logs log stderr

parent a271eb56
......@@ -850,6 +850,7 @@ class AndroidDevice extends Device {
'flutter:V',
'chromium:D',
'ActivityManager:W',
'System.err:W',
'*:F',
]), prefix: 'android: ');
}
......
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