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
Right now, each instance of the Android editor launches its own thread to call adb devices at regular intervals in order to update the devices list in the menu. It would be better if only one thread could be used for this purpose, but for this to work, the thread should be able to access all currently open editors.
Or perhaps, we could simply update the list when the user opens the Android menu, if this is possible. I think this would be better than using threads.
The text was updated successfully, but these errors were encountered:
Right now, each instance of the Android editor launches its own thread to call
adb devices
at regular intervals in order to update the devices list in the menu. It would be better if only one thread could be used for this purpose, but for this to work, the thread should be able to access all currently open editors.Or perhaps, we could simply update the list when the user opens the Android menu, if this is possible. I think this would be better than using threads.
The text was updated successfully, but these errors were encountered: