mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Reland "Added IsolateNameServer functionality (#5410)" This reverts commit 1598c7ad7b830b298647c17a0c85f3648f6b737d. * Fixed issue with isolate_name_server_test which caused test to timeout * Disabled thread_annotations on Android as they aren't supported in the NDK headers for std::mutex. Readded thread annotations to IsolateNameServer.