mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1393 from chinmaygarde/master
iOS: Update log prefix for device logs. We don't use SkyShell anymore
This commit is contained in:
commit
95ac9b3e05
@ -235,7 +235,7 @@ class IOSDevice extends Device {
|
||||
return 2;
|
||||
}
|
||||
return await runCommandAndStreamOutput([loggerPath],
|
||||
prefix: 'iOS dev: ', filter: new RegExp(r'.*SkyShell.*'));
|
||||
prefix: 'iOS: ', filter: new RegExp('FlutterRunner'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user