You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any insight as to why this randomly happens? In order to get listDevices and trackDevices to work again I have to kill my process, then run adb devices manually on command line for the ADB server to start. Why isn't it starting on its own?
The text was updated successfully, but these errors were encountered:
We would have to implement some kind of an overly complex process manager
to keep the adb process alive reliably. On our machines we use systemd to
watch adb.
Any insight as to why this randomly happens? In order to get listDevices
and trackDevices to work again I have to kill my process, then run adb
devices manually on command line for the ADB server to start. Why isn't
it starting on its own?
—
Reply to this email directly or view it on GitHub #39.
Any insight as to why this randomly happens? In order to get
listDevices
andtrackDevices
to work again I have to kill my process, then runadb devices
manually on command line for the ADB server to start. Why isn't it starting on its own?The text was updated successfully, but these errors were encountered: