mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Dart_DebugName should be used just to make debug outputs more readable. We remove the dependency from this API and form the UIDartState debug name in the engine using the predefined format: <script_uri>$main-<main_port> This will allow the engine to change the format of the isolate name without breaking the engine. Related https://codereview.chromium.org/3004563003/