-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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).