mlopatkin / andlogview

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

Simplify async opening code #328

Closed mlopatkin closed 11 months ago

mlopatkin commented 11 months ago

PendingDataSource turned out to be more trouble than it's worth. The completable future can do the job as good, even providing saner error handling code.

Issue: n/a