Files
engine/content_handler
Ian McKellar 63ef135ecc Name flutter_runner processes after the app they're running (#3803)
Currently in `ps` all apps running under the Flutter content handler
show up as `flutter_runner`. This makes them hard to identify. This
change names the process after the final path component URL of the
application that's launched, prefixed with "flutter:".

In theory we could run more than one Flutter application in a single
content handler process, but we don't right now. If we do this logic
would have to change.
2017-06-20 15:12:52 -07:00
..
2016-11-07 15:51:42 -08:00