mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
also listen for flutter in the adb logs
This commit is contained in:
parent
8a256abdde
commit
0292180075
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user