mlopatkin / andlogview

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

Multi-log mode #359

Open mlopatkin opened 10 months ago

mlopatkin commented 10 months ago

Right now, only one instance of the app can run peacefully. Multiple instances compete over the log file and preferences. It would be nice to delegate to a single instance.

However, this also requires figuring out how to manage filters for different logs.