Commit 95ac9b3e authored by Chinmay Garde's avatar Chinmay Garde

Merge pull request #1393 from chinmaygarde/master

iOS: Update log prefix for device logs. We don't use SkyShell anymore
parents 37b57816 bf3594c3
......@@ -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'));
}
}
......
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