mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
63ef135ecc
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.