You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have wrapped the CameraX APIs and generated the Dart code with jnigen. I found the code is blocked when await the futures for the first time. But if I click the hot reload button, the futures will complete as expected. I dont' know what caused this hanging and how can I resolve it.
I have wrapped the CameraX APIs and generated the Dart code with jnigen. I found the code is blocked when await the futures for the first time. But if I click the hot reload button, the futures will complete as expected. I dont' know what caused this hanging and how can I resolve it.
The kotlin wrapper methods
The Dart caller
Logs when running for the first time.
Logs after hot reload.
The text was updated successfully, but these errors were encountered: