Commit d33da2fa authored by Ryan Macnak's avatar Ryan Macnak Committed by GitHub

Also forward VM prints. (#4909)

parent 8891acc1
......@@ -671,6 +671,7 @@ class _AdbLogReader extends DeviceLogReader {
static final List<RegExp> _whitelistedTags = <RegExp>[
new RegExp(r'^[VDIWEF]\/flutter[^:]*:\s+', caseSensitive: false),
new RegExp(r'^[IE]\/DartVM[^:]*:\s+'),
new RegExp(r'^[WEF]\/AndroidRuntime:\s+'),
new RegExp(r'^[WEF]\/ActivityManager:\s+'),
new RegExp(r'^[WEF]\/System\.err:\s+'),
......
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