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',
|
'-v',
|
||||||
'tag', // Only log the tag and the message
|
'tag', // Only log the tag and the message
|
||||||
'-s',
|
'-s',
|
||||||
|
// TODO: Remove 'sky' once the flutter engine change lands.
|
||||||
'sky:V',
|
'sky:V',
|
||||||
|
'flutter:V',
|
||||||
'chromium:D',
|
'chromium:D',
|
||||||
'ActivityManager:W',
|
'ActivityManager:W',
|
||||||
'*:F',
|
'*:F',
|
||||||
|
Loading…
Reference in New Issue
Block a user