mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
b988e245d9
adb_root() restarts the server, leading to aborting commands ran by other connections and also apparently leading to command hanging in some situations. Therefore, only allow adb_root() when there is only one connection active. That should not be a big issue as this is typically called by the first connection ever made when the Target is created.