forked from firka/flutter
054cb2d952d89578cdba322eb81f58eab514dbf7
The Android embedder had been using a JNI call to get the observatory URI from DartServiceIsolate. This call was not thread safe and was redundant with the server status callback mechanism used on iOS.
Use the DartServiceIsolate status callback to publish the observatory URI to the Android embedder (flutter/engine#9337)
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%