Skip to content

Daemon info becomes part of first file name if server not started #1

@jrr6

Description

@jrr6

If the ADB server is not running when the app is launched, the very first file load will include debug info about the daemon launching in the name of the first item in the list. Also, as a result, the leading "* " is captured as the first character of the file name, and the intended f/d indicator prints as part of the file name as well. As an example, the following appears as the first file name when connecting my Nook:

daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
f1984 - George Orwell.epub

This can be trivially cleared by navigating up and then back into the directory. Still, it should be relatively easy to screen out these messages (a rather blunt and simple approach could simply be to disregard lines that don't start with a proper f/d indicator).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions