flutter_flutter/content_handler
Chinmay Garde a0be8779ff
Make thread names more descriptive. (#5196)
The thread on which the runner services `CreateApplication` calls is now called `io.flutter.runner.<aot|jit>`. Each application will launch four threads named `<application_name>.<platform|ui|io|gpu>`.

`fx shell ps -T` is an easy way to tell which runners are hosting which applications.
2018-05-07 18:45:43 -07:00
..

Flutter Application Runner

Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.