Commit 854f9f71 authored by Devon Carew's avatar Devon Carew

Merge pull request #1090 from devoncarew/log_stderr

have flutter logs log stderr
parents d7d4a46d ed215fb8
...@@ -850,6 +850,7 @@ class AndroidDevice extends Device { ...@@ -850,6 +850,7 @@ class AndroidDevice extends Device {
'flutter:V', 'flutter:V',
'chromium:D', 'chromium:D',
'ActivityManager:W', 'ActivityManager:W',
'System.err:W',
'*:F', '*:F',
]), prefix: 'android: '); ]), 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