mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
43 stars 6 forks source link

AdbDeviceList has weird behavior #324

Closed mlopatkin closed 10 months ago

mlopatkin commented 11 months ago

The object is executor-confined, but it retrieves the current device list from the dispatcher. This means that the state of the list changes between calls, even if the executing never yields. This is confusing, because you may receive notifications about updates that you've seen in the returned list.